home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / MENU / MENU.ZIP / MENU.DOC < prev    next >
Text File  |  1980-01-01  |  1KB  |  31 lines

  1.                                 M  E  N  U
  2.  
  3.  
  4.         The menu program system was developed to enable the novice user to
  5. run programs from a floppy disk without having to understand file types, or 
  6. dos itself.
  7.         The MENU program works by reading a data file FILES.DAT which
  8. contains the name of the application (set by MAKEMENU) and the file type. 
  9. MENU prints out numbers by each file name, and waits for a user response.
  10.         MENU can: print out DOC files, run COM, EXE, and BAT files.  It was 
  11. written in basic and uses a dos shell to execute the given file.
  12.  
  13.         Setting up your menu system is simple, just put all the programs
  14. onto a system disk, along with your favorite ramdisk, and boot the disk. 
  15. AUTOEXEC.BAT will copy all the important files to the ramdrive (C:).  Copy
  16. the files you want on your user friendly disk (must be a system disk) and
  17. type C:SETUP.  SETUP.BAT will then copy the importan files onto your
  18. runtime disk, and execute MAKEMENU.
  19.         MAKEMENU generates FILES.DAT used by MENU.  You will be prompted
  20. for each file name, then the type.  If you can't remember the type, or the
  21. files on your runtime disk, type D and MAKEMENU will give you directory
  22. options.
  23.  
  24.         The only files that have to be on your runtime disk are:MENU.EXE
  25. and FILES.DAT
  26.  
  27.         Its easy to set up, and simple to use.
  28.         
  29.         Happy computing...TW
  30.  
  31.