home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / menu171.zip / MENU.HLP < prev    next >
Text File  |  1993-01-03  |  5KB  |  98 lines

  1.                        MENU IS A "DOS SHELL"
  2.  
  3. You tell MENU what programs you use with <Ins> or F5.  Edit
  4. existing entries with F3.  You run programs by highlighting the
  5. name of that program and pushing <Enter>.  When you exit that
  6. program MENU comes back.  MENU also can execute DOS commands or
  7. batch files.  You can go to DOS from MENU, issue commands, and
  8. come back.  You leave MENU altogether by pushing <Esc>.  MENU is
  9. for hard disks.  If you have only floppy disk drives, this
  10. program will not do much good.
  11.  
  12.                             WHY MENU?
  13.  
  14. 1: MENU is easy to use, even if you don't know much DOS.  Other
  15. shells are hard to use, especially for beginners.  It's intended
  16. especially for use on machines where users are unfamiliar with
  17. computers or where there are a lot of users without an operating
  18. system in common.  2: MENU is free.  You can copy it and use it
  19. legally on computers where commercial software cannot be stored. 
  20. 3: MENU holds up to 60 programs or commands; some shells can't.
  21.  
  22.                   FILES THAT COME WITH MENU.EXE
  23.  
  24. MENU.EXE is the executable file.  The first time you run MENU two
  25. program slots ("YOUR PROGRAM HERE" is one) will appear.  These
  26. slots don't do anything; you need to change them to something
  27. useful with F3.  You can add up to 60 new ones (press F5 or
  28. <Ins>.  Sort alphabetically with F4 or move programs around with
  29. F9.  When you have made the changes you want, save them by
  30. pressing (F10) and your customized MENU will be loaded
  31. automatically the next time you run MENU.  The changes are stored
  32. in a file called MENU.DAT.  Don't erase this file or you will
  33. have to start all over again customizing MENU.  A third file is
  34. MENU.HLP - that's the name of the file you are reading now.  Keep
  35. all 3 files in the same directory or MENU will give you error
  36. messages.  You can rename MENU.EXE ("NEWMENU.EXE," for example),
  37. but not MENU.DAT or MENU.HLP.  Important: the first time you use
  38. it, tell MENU where you keep MENU.EXE, MENU.DAT and MENU.HLP by
  39. pressing <Alt>-D.  Save the information with F10.
  40.  
  41.                 ADDING NEW PROGRAMS: THREE EXAMPLES
  42.  
  43. 1.  Format drive A:  This prevents people from accidentally
  44. reformatting the hard disk.  To add this routine to MENU, push
  45. <F5> or <Ins>.  Put "Format Drive A:" (or whatever you want to
  46. call it) where MENU asks for the Title of the program.  Put
  47. "FORMAT A:"  where MENU asks for the name of the program.  Where
  48. MENU asks for the Directory, put the full name of the directory
  49. where you keep FORMAT.COM.  Answer <Y> to the next question.  To
  50. format a disk in drive A:, highlight 'FORMAT A:' and push
  51. <Enter>.
  52.  
  53. 2.  GETTING TO DOS:  To go to DOS and return to MENU when you
  54. want, push <F5> or <Ins>.  Put "DOS" (or whatever you want to
  55. call it) where MENU asks for the Title of the program.  Where
  56. MENU asks for the name of the program put nothing at all.  Where
  57. MENU asks for the Directory, put the name of the directory you
  58. want to be in when you enter DOS.  To go to DOS, highlight 'DOS'
  59. on MENU and push <Enter>.  Important ==> To get back to MENU type
  60. 'EXIT' (NOT 'MENU').  If you execute MENU by typing MENU again,
  61. you will have 2 copies in residence and pretty soon you'll run
  62. out of memory.  Depending on how much RAM you have, some programs
  63. may be too big to run inside MENU.  If that happens, you will
  64. have to leave MENU by pushing <ESC>.  Type MENU again to get
  65. back.  Here is a little batch program you might want to create
  66. and name something like DOS.BAT; it will remind you how to get
  67. back to MENU.  You must put DOS.BAT in the same directory as
  68. COMMAND.COM.
  69.  
  70. PROMPT 'EXIT' Returns to Menu ...  $P$G 
  71. COMMAND
  72.  
  73. 3. MENU allows you to execute short (<33 chars) batch commands.
  74. Separate commands by a carat (^).  For example, if you want to
  75. enter a new date and time, under COMMAND? enter DATE^TIME.  If
  76. you enter a terminal carat (DATE^TIME^) you will drop into DOS
  77. after executing the first two commands.
  78.  
  79.                              PROBLEMS?
  80.  
  81. Experiment using the Help key (F1) for assistance.  If you get an
  82. error like 'Bad Command of File Name' or 'Path Not Found,' check
  83. the entry using <F3> to be sure you spelled the name of the
  84. program and the name of the directory correctly.  If the screen
  85. clears before you have a chance to read the error message, edit
  86. the entry <F3> and answer 'Yes' to the question, "Look at screen
  87. before returning? (Y/N)."
  88.  
  89.                            DISCLAIMER
  90.  
  91. I think this problem runs well and will cause no problems, but
  92. it's not guaranteed.
  93.  
  94.                            TECH STUFF
  95.  
  96. This program was written and compiled in Microsoft QuickBasic. 
  97. MENU version 1.71: January 1993.
  98.