home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 021A / MENUV1_1.ZIP / MENU.TXT < prev    next >
Text File  |  1996-08-10  |  4KB  |  80 lines

  1. This file describes the usage of MENU.EXE
  2.  
  3. Included in MENU.ZIP should be the following files:
  4. MENU1.EXE [the executable menu program]
  5. MENU.INF [the information resource file]
  6. MENU.BAT [batch file for that runs menu and then runs the selection]
  7. MENU.TXT [this file]
  8. MENU.BAS [the BASIC source code]
  9.  
  10. Both MENU.TXT and MENU.BAS may be deleted after unzipping if desired.
  11.  
  12. ****************** NORMAL USAGE *********************
  13.  
  14. Most likely you will want to have a line in you AUTOEXEC.BAT that looks like:
  15.                         CALL MENU.BAT
  16. Essentially this will be all the changes to your normal routine that need to
  17. be made.  However, MENU.BAT and MENU1.EXE must be in one of the directories
  18. previously specified by the PATH command in AUTOEXEC.BAT.  This normally can
  19. be done by placing them in your root directory or in \DOS.  MENU.INF must be
  20. placed in the root directory of the C: drive.  (For needed changes from these
  21. parameters, see CHANGING THE BASIC CODE.)
  22.  
  23. With things set up as prescribed above you should be able to enter MENU at
  24. any DOS prompt and run the menu.  (MENU1.EXE really creates a small batch file 
  25. on the root directory called SELECT.BAT and calls on that.  So, only two
  26. files will neccesarily be on the root directory due to the menu:  MENU.INF
  27. and SELECT.BAT  If this is unacceptable see CHANGING THE BASIC CODE.)
  28.  
  29. ******************* PERSONALIZING THE MENU *******************
  30.  
  31. Surely before the first usage and periodically afterwards you will want to
  32. change MENU.INF to suit your needs.  The first line of text must remain as is
  33. in order for the program to work ("Listed below" through "repeated 10X.").
  34. After that there should be a set of three lines of text for each of the 10
  35. menu entries.  The first line must be less than 19 characters that gives
  36. the program's name ie. "Windows".  The next line should contain the working
  37. directory that you want to have the program run in, ie. "\games" or "\".
  38. The last line of each set should be the program command line, ie. "win".
  39. This way, the MENU.INF file will consist of 31 lines of text, each ending in
  40. a hard return.  An example set would be:
  41.  
  42. Windows
  43. \
  44. win
  45.  
  46. (You actually could use commas in place of hard returns if so desired.
  47. Windows,\,win)  The MENU.INF file that is included in the .ZIP file is a
  48. complete example of what MENU.INF should look like.
  49.  
  50. ******************** CHANGING THE BASIC CODE **************
  51.  
  52. In order to change the BASIC program code you will need a basic editor and
  53. compiler along with an adequate knowledge of BASIC programming.  If changing
  54. the code is desired, the only things that may be altered are file names and
  55. paths, colors, and the "s/S" select key.  If you need to do any more you
  56. might as well write your own code and not adulterate mine.
  57.  
  58. If you do not know BASIC programming or do not have a compiler I can do that
  59. for you upon special request and a US$5 labor fee.
  60.  
  61. ****************** LEGAL STUFF ***********************
  62.  
  63. This program is free and intended for personal home use.  Any use by 
  64. businesses etc. on more than one computer must be approved by the author.  
  65. The BASIC code may only be altered in the above mentioned forms.  All files 
  66. mentioned must be included unaltered with every distributed copy of this menu 
  67. program.
  68.  
  69. Any deviations from these standards is considered copyright infringment and
  70. theft and although will not likely be punished by law will not go unnoticed,
  71. especially by you, and that is much worse than what the law could ever do.
  72.  
  73. Feel free to contact me:
  74.  
  75. Lee Howard
  76. P.O. Box 86
  77. Honeyville, UT  84314
  78.  
  79. rimmer@sisna.com
  80.