home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / UTILS2 / RSMENU.ZIP / RSMENU.DOC < prev    next >
Internet Message Format  |  1994-02-26  |  5KB

  1. Date: 26 Feb 1994              RSMENU Ver 3.0                   Time: 1:13 am.
  2.                          Written by Richard E. Stroh
  3.                  Support Bulletin Board:  The Tropical Palace
  4.                           Phone  :  910-497-4982
  5.                           Fidonet:  1:3634/14.0
  6.  ============================================================================
  7.  Legal Stuff:
  8.  
  9.  This menu system can be freely distributed in its original form, this menu
  10.  system will not be altered in any way and sent out to other people. Sorry
  11.  for the harsh remarks folks, well that was quick and sweet, let me add one
  12.  item, this is Shareware...................................................
  13.  
  14.  What is RSMENU:
  15.  
  16.  RSMENU is a hard drive menu system designed for use on any IBM compatible
  17.  computer system with a VGA/EGA/CGA video board.  This helps those of you 
  18.  select programs quickly without having to drop to dos and run programs.
  19.  When you select an item on the menu the system will create a batch file
  20.  called SELECTED.BAT.  This batch file will read your configuration batch
  21.  for each Menu item.  There is a reason for this type of design.  Alot of
  22.  menu systems out on the market today will remain in memory when you are 
  23.  in the application, this could cause memory problems for some systems.  
  24.  So I developed this system so when you select an item the menu will be 
  25.  completly wiped from memory.  Then when you exit your application you will
  26.  be returned to RSMENU.  
  27.  
  28.  FILES:
  29.  
  30.  SELECTED.BAT - Directs you to your configuration batch file.
  31.  A THRU U.BAT - Configuration Batch Files.
  32.  MENU.TXT     - Menu Items.
  33.  HEADER.TXT   - Header saying.
  34.  MENU.BAT     - Batch file to call up the menu.
  35.  REMENU.REG   - Registration Form.
  36.  RSMENU.DOC   - The file you are reading write now.
  37.  RSMENU.EXE   - Menu Execute file.
  38.  
  39. INSTALLING:
  40.  
  41. 1.  Create a directory called menu on your C drive.  Example: C:\MENU.
  42. 2.  Place your c:\menu in your path statement of your Autoexec.bat file.
  43. 3.  Using PKUNZIP, Unzip all files under rsmenu.zip into your c:\menu 
  44.     directory.
  45.   
  46. (Setting Up the Menu):
  47.  
  48. This menu setup, uses MSDOS 5.0 EDIT.COM.  If you have a different editor
  49. you might have to rename it to EDIT...  But if you like this program and
  50. register it with me, let me know the name of your ASCII editor program and
  51. I will change the code in this program to reflect your editor.  And of course
  52. I will send you both versions. 
  53.  
  54. Header Text:   (Header.txt)
  55.  
  56. The first item you need to do is type MENU.  This will activate the menu.
  57. Next step is to set up your header line, the Yellow header, Press 2 from the 
  58. menu. This will take you to another menu, select 1 from that menu.  Now you 
  59. can type anything for the header line, a minimun of 3 lines.  When you have
  60. completed, press ALT-F select S(ave).  Then select ALT-F select X.
  61.  
  62. Menu Text:   (Menu.Txt)
  63.  
  64. This menu.txt file must be formatted a special way.  Press 2 from the menu,
  65. select 2.  Each line must be 82 characters including spaces long.  The best 
  66. way to keep it 82 spaces long, is to press insert once you are in the editor.  
  67. This way you will over type the menu items.  This will make sure you keep the 
  68. menu lines 82 spaces long. If you get stuck just take your cursor to the end 
  69. of a menu line and keep pressing space until the lower right side of the 
  70. editor says 82.  Do this for all the lines. The menu is designed so you can 
  71. have A thru U menu items. This will give you 21 menu items.
  72.  
  73. Configuration Batch Files:  (A thru U.bat)
  74.  
  75. What you need to place in these files, is the path and name of your program.
  76. Here is an example.  (Program name is CATDISK)
  77.  
  78. @echo off
  79. c:
  80. cd\cat
  81. catdisk
  82. menu.bat
  83.  
  84. 1.  Echo off:  will not show the batch file being worked.
  85. 2.  C:  Is your drive designation.
  86. 3.  cd\cat:  Is you path to the Cat directory.
  87. 4.  catdisk:  Is your program that you want to run in the Cat directory.
  88. 5.  Menu.bat:  When you exit your application the menu will re-run.
  89.  
  90. If you set it up like this you can not go wrong.  Now to get to this setup 
  91. screen, just press 2 from the menu, then press 3.  Now you have a listing 
  92. that looks just like the main menu, select the item that you want to change
  93. or create. Complete your changes, then press ATL-F, select S(ave), ALT-F
  94. select X.  Now you should be back to your menu.  Test the menu to make sure
  95. you setup the batch file correctly.  That is all there is to it.
  96. ==============================================================================
  97.  
  98. REGISTRATION:
  99.  
  100. Registering this program will entitle you to updates of the software. I am
  101. currently working on a file manager system that will be part of this menu
  102. system. Registration is only $15.00.  This registration will also give you
  103. full access on the Tropical Palace BBS.  We have over 5000 files ready to be
  104. downloaded from our CDROM.  Please fill out the registration file called
  105. RSMENU.REG and send it to the following address.. We do accept checks. Please
  106. make them out to Richard E. Stroh.
  107.  
  108. Richard E. Stroh
  109. 11 Starlifter
  110. Pope AFB, NC, 28307.
  111.  
  112.  
  113. As always suggestions and comments are welcome.
  114.  
  115.  
  116.