home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 21 / bbd21.zip / MENU.BAT < prev    next >
DOS Batch File  |  1987-07-17  |  920b  |  18 lines

  1. echo off
  2. cls
  3. if exist kd-draw.hhh ren kd-draw.hhh kd-draw.hlp
  4. if exist kd-draw.ddd ren kd-draw.ddd kd-draw.dft
  5. type kd-menu.txt
  6. goto end
  7. ╒═════════════════════════════════════════════════════════════════════════╕
  8. │ PC-KEY-DRAW uses a DOS based menu system consisting of BATch files and  │
  9. │ text menus.  You will want to modify the BATch files and menus to suit  │
  10. │ your particular needs.  I recommend OEDLIN, a BATch file editor by      │
  11. │ OEDWARE for creating and modifying BATch files and menus.  Send $10 for │
  12. │ a complete and registered copy of OEDLIN.  It is also handy for editing │
  13. │ PC-KEY-DRAW macro files that have been translated to text.  OEDLIN is   │
  14. │ great for drawing boxes in a variety of styles.  It can also be used to │
  15. │ translate text mode BSAVE files to ASCII files and vice versa.          │
  16. ╘═════════════════════════════════════════════════════════════════════════╛
  17. :end
  18.