home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / bbs / menumax3.zip / MENUMAX.DOC < prev    next >
Text File  |  1993-06-07  |  11KB  |  228 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                 MENUMAX Version 1.0
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                 Brought to you by
  19.                 The Computer Doctor, Inc.
  20.                   June 7,1993
  21.  
  22.  
  23.  
  24.  
  25.  
  26.                   Written By :
  27.                    Shawn Hord
  28.  
  29.  
  30.  
  31.         Copyright (c)  1993 The Computer Doctor, Inc.
  32.                 All Rights Reserved
  33.  
  34.  
  35.  
  36.  
  37. MenuMax                                                                     1 
  38. ______________________________________________________________________________
  39.  
  40. A little about the creation of MENUMAX
  41.  
  42. I decided to program MenuMax to allow Sysops who use the Bulletin Board System 
  43. TRIBBS Ver 4.x the ability to enhance their BBSes without having to constantly 
  44. update the custom menus that TriBBS allows. We found this task cumbersome and 
  45. boring when we updated our systems' menus, having to update the .MNU files and 
  46. then update, or re-draw the custom menu. During also there are a couple other 
  47. TriBBS BBS Systems in our area and they were impressed by our menus, and wanted 
  48. to know how we made our menus so they could adapt this look and feel to their 
  49. systems, well the task of manually building menus is not all that fun and can 
  50. be boring at times. So I thought to myself, hey I already know what the menu 
  51. items are so why not create a program that will enable me to scan the .MNU 
  52. files located in the NWORK directory of TRIBBS and let the computer place 
  53. the items on the menus for me. It took me a while to get the algorithm 
  54. correct but I finally finished them. I wanted a program that was versatile 
  55. and easy to use, and I also wanted the program to create the menu screens to 
  56. match the security levels of the user that logged into the system. So the 
  57. custom menus would not have menu items listed that the user could not enter. 
  58. Our system was also getting a little out of hand when it comes to consistency 
  59. with each menu. This program will help you keep your menus consistent from one 
  60. to the next. I also want to add some optional spice to our BBS system where a 
  61. user could have a different menu style everytime they logged back into the 
  62. system, so I create a nice little RAMDOM menu style generator that will let 
  63. you Randomize the menus every time the user logs out of the system by placing 
  64. the MENUMAX /R in the BETWEEN.BAT this will randomize the screens everytime a 
  65. user logs out of the system, or change the menus daily  by placing MENUMAX /R 
  66. in our Nightly.BAT file. I'm sure you will find MENUMAX a beneficial utility 
  67. for the TRIBBS Bulletin Board System. For my efforts I am asking you to 
  68. contribute $15.00 to this Shareware program if you like it and wish to use it 
  69. with your TRIBBS System. 
  70.  
  71.                   COPYRIGHT NOTICE
  72.  
  73.      MenuMax is a copyrighted program being distributed under the shareware 
  74. concept.  As such you may use MenuMax for a period of 45 days without 
  75. registering the software.  After the 45 day evaluation period, you must 
  76. register your copy of MenuMax or you will be in violation of United States and 
  77. International copyright laws.
  78.  
  79.      As a shareware program, MenuMax may be freely distributed through a BBS.  
  80. Shareware distributors may distribute copies of MenuMax on disk for a modest 
  81. disk duplication charge not to exceed $6 per disk/disc.
  82.  
  83.                 
  84.                 WARRANTY
  85.  
  86.      MenuMax is distributed without warranty.  In no event will Andy Villers or 
  87. Shawn Hord or The Computer Doctor, Inc. be liable to you for damages, including 
  88. any loss of profits, lost savings, or other incidental or consequential damages 
  89. arising out of your use of or inability to use  the program, even if Andy 
  90. Villers, Shawn Hord, or an authorized representative has been advised of the
  91. possibility of such damages.  Andy Villers and Shawn Hord will not be liable for 
  92. any such claim by any other party.
  93. MenuMax                                                                     2
  94. ______________________________________________________________________________
  95.  
  96. Setup and Installation
  97.  
  98.  
  99. To install MenuMax Create a sub-directory on your hard drive, and copy the 
  100. MENUMAX.ZIP file to that directory. Using an Unzip utility unzip the file in 
  101. the directory.
  102.  
  103. MenuMax requires you to create a configuration file, this configuration file 
  104. is call MENUMAX.CFG. This file contains the path where you have installed 
  105. TRIBBS, the Name of your BBS System, and a list of  the security levels you 
  106. use with your system. 
  107.  
  108. Example:
  109.  
  110. LINE1:  C:\TRIBBS\                           {Note the last "\" is required}
  111. LINE2:  The Doctors Operating Room : BBS     {Name of BBS}
  112. LINE3:  10                                   {Security Level 10}
  113. LINE4:  20                                   {Security Level 20}
  114. LINE5   30                                   {Security Level 30}
  115. ...                                         
  116. LINE9:  100                                  {Security Level 100}
  117.  
  118. This is a  sample of the MENUMAX.CFG file, please note that the words LINE# 
  119. are not included in the configuration file, we have used the word Line# to 
  120. specify which line you are supposed to enter the data. Use a standard Text 
  121. Editor to create the configuration file, make sure you name the file 
  122. "MENUMAX.CFG" 
  123.  
  124. Once you have the configuration file created and the program unzipped you can 
  125. now begin creating your custom menus.
  126.  
  127.  
  128. MENUMAX                                                                   3
  129. _____________________________________________________________________________
  130.  
  131. Using MENUMAX Version 1.0
  132.  
  133. At the DOS prompt Change to the directory where you installed MENUMAX then 
  134. type MENUMAX at the DOS prompt.
  135.  
  136. MenuMax will display it's introduction screen, press [ENTER] to continue. You 
  137. will then be given a menu with a list of different menu topics, use the [UP] 
  138. and [DOWN] cursor keys to move the highlighted menu bar to the Menu you wish to 
  139. create. NOTE: For every menu you wish to create you must have a .MNU file in 
  140. the NWORK directory in TRIBBS for that menu in order for  MENUMAX to create the 
  141. Menu. Once you have chosen the Menu Topic you want to create, you are then 
  142. given Four(4)  sample Menu Styles to choose from, use the cursor arrow keys to 
  143. choose the menu style you wish to use, then press the [ENTER] key to choose 
  144. that style. MenuMax will do the reset. If you choose a Menu Topic that does 
  145. not have a .MNU file for it, MENUMAX will prompt you an ERROR explaining it 
  146. can not find the .MNU file, check to see if the .MNU file has been created or 
  147. is in the correct directory.  
  148.  
  149. Advanced Option for MENUMAX.
  150.  
  151. If you want to take advantage of the Random Menu Generator, then type 
  152. MENUMAX  /R at the DOS prompt. You do not have to enter any key strokes if 
  153. you choose to let MENUMAX choose the menu styles for you. If you want you can 
  154. place the following statements in your BETWEEN.BAT or NIGHTLY.BAT files to 
  155. automate this process for you. If you place MENUMAX in your BETWEEN.BAT  the 
  156. menu styles will be randomize every time a user logs out of your BBS System. 
  157. If you place MENUMAX in the Nightly.Bat file, the menu styles will be changed 
  158. daily. 
  159.  
  160. Lines to add to either the BETWEEN.BAT or NIGHTLY.BAT
  161.  
  162. CD\path to menumax
  163. MENUMAX  /R
  164. CD\path to TRIBBS
  165.  
  166. MENUMAX will take about 3 Seconds to generate each screen for each security 
  167. level, you have in the configuration file, for each menu topic. A configuration 
  168. file with 10 security levels in the configuration file and randomizing all the 
  169. menu topics will take about one and a half  minutes to complete.
  170.  
  171. MENUMAX REGISTRATION FORM                                                  4
  172. _____________________________________________________________________________
  173.  
  174. ╔═══════════════════════════════════════════════════════════════════════════╗
  175. ║                                                                           ║
  176. ║                             MENUMAX Version 1.0                           ║
  177. ║                  Copyright(c)1993 The Computer Doctor, Inc.               ║
  178. ║                             All Rights Reserved                           ║
  179. ║                                                                           ║
  180. ║ SysOp's Name : _____________________________________________              ║
  181. ║                                                                           ║
  182. ║ BBS Name : _________________________________________________              ║
  183. ║            (the above lines need to be as they appear in the)             ║
  184. ║            (configuration file for MENUMAX           )                    ║
  185. ║                                                                           ║
  186. ║ Street Address : ___________________________________________              ║
  187. ║                                                                           ║
  188. ║ Street Address # 2 : _______________________________________              ║
  189. ║                                                                           ║
  190. ║ City : _________________________   State : _________________              ║
  191. ║                                                                           ║
  192. ║ ZipCode : _________-______                                                ║
  193. ║                                                                           ║
  194. ║ BBS's Phone Number(s) : _______________________________________________   ║
  195. ║                                                                           ║
  196. ║ Maximum Baud Rate : __________________________                            ║
  197. ║                                                                           ║
  198. ║ Sysop's Phone Number : ________________________________________________   ║
  199. ║                                                                           ║
  200. ║ How would you like to receive your registered copy :                      ║
  201. ║                                                                           ║
  202. ║ [ ] 3.5" Diskette  [ ] 5.25" Diskette  [ ] Uploaded to your BBS           ║
  203. ║                                                                           ║
  204. ║ [ ] Downloaded from our BBS                                               ║
  205. ║                                                                           ║
  206. ║              The Registration fee is $ 15.00 U.S. Currency                ║
  207. ║                                                                           ║
  208. ║       Please make all checks payable to : The Computer Doctor, Inc.       ║
  209. ╚═══════════════════════════════════════════════════════════════════════════╝
  210.  
  211.    If you checked Uploaded to your BBS in the above form please pre-register
  212. us with your system with enough security level to do so.  We will log in under
  213. the name Shawn Hord, with a password of TDOR.  I will make changes to the
  214. rest of my information when on-line.  We will upload the file on the weekend
  215. following receipt of your registration fee.
  216.  
  217.    Also if you selected downloaded from our BBS you will be able to download
  218. the file two days after we receive your registration fee.  This obviously the
  219. fastest way to receive your registered copy so you may want to think about
  220. doing this one.
  221.  
  222.    If you selected a diskette type you will receive your copy in 2 to 3 weeks
  223. after we receive your registration.  We unfortunatly can not guarentee any
  224. more speed since we will be relying on the U.S. Post Office to get you the
  225. copy.
  226.  
  227.  
  228.