home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t195 / 1.img / BATMNU23.DOC < prev    next >
Encoding:
Text File  |  1993-11-08  |  35.4 KB  |  867 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.                  ┌────────────────────────────────────┐  
  24.                  │  ╔══════════════════════════════╗  │▒▒
  25.                  │  ║                              ║  │▒▒
  26.                  │  ║            BATMNU            ║  │▒▒
  27.                  │  ║    Batch File Menu System    ║  │▒▒
  28.                  │  ║         Version  2.3         ║  │▒▒
  29.                  │  ║                              ║  │▒▒
  30.                  │  ╚══════════════════════════════╝  │▒▒
  31.                  └────────────────────────────────────┘▒▒
  32.                    ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.                              November 8, 1993
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.                             TABLE OF CONTENTS
  81.  
  82. 1.0  INTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . .    1
  83.      1.1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . .    1
  84.  
  85. 2.0  MENU FORMAT  . . . . . . . . . . . . . . . . . . . . . . . . . .    1
  86.      2.1  General Format Rules  . . . . . . . . . . . . . . . . . . .    1
  87.      2.2  Window Options  . . . . . . . . . . . . . . . . . . . . . .    2
  88.      2.3  Window Appearance . . . . . . . . . . . . . . . . . . . . .    3
  89.      2.4  Other Window Options  . . . . . . . . . . . . . . . . . . .    4
  90.      2.5  Option Lines  . . . . . . . . . . . . . . . . . . . . . . .    5
  91.      2.6  Option Help . . . . . . . . . . . . . . . . . . . . . . . .    5
  92.      2.7  Headers and Footers . . . . . . . . . . . . . . . . . . . .    5
  93.  
  94. 3.0  WHAT HAPPENS IN THE BATCH FILE?  . . . . . . . . . . . . . . . .    6
  95.  
  96. 4.0  MENUS WITH PARAMETERS  . . . . . . . . . . . . . . . . . . . . .    7
  97.  
  98. 5.0  MOUSE SUPPORT  . . . . . . . . . . . . . . . . . . . . . . . . .    8
  99.  
  100. 6.0  SCREEN SAVER . . . . . . . . . . . . . . . . . . . . . . . . . .    8
  101.  
  102. 7.0  SHAREWARE INFORMATION  . . . . . . . . . . . . . . . . . . . . .    9
  103.      7.1  New Security Version  . . . . . . . . . . . . . . . . . . .    9
  104.      7.2  New Utility Available . . . . . . . . . . . . . . . . . . .    9
  105.      7.3  Bonus Program . . . . . . . . . . . . . . . . . . . . . . .   10
  106.      7.4  Bonus CD from JCS Marketing . . . . . . . . . . . . . . . .   10
  107.  
  108. 8.0  BATMNU History . . . . . . . . . . . . . . . . . . . . . . . . .   11
  109.  
  110. APPENDIX  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .   12
  111.  
  112.  
  113.  
  114.  
  115.                                BATMNU  v2.3
  116.                                Warren Small
  117.                                  (c) 1993
  118.  
  119. 1.0  INTRODUCTION
  120. ─────────────────────────────────────────────────────────────────────────
  121. This program is a menuing system for use with your batch files.  It is
  122. not intended to be a shell, although with some very ambitious batch file
  123. programming, it could be used as one. Even nested menus are possible. Its
  124. purpose is to provide sophisticated flow control and give batch files a
  125. professional appearance by creating a point-and-shoot menu with up to 26
  126. options per menu. The cursor keys and the HOME and END keys can then be
  127. used to make the selection. Each option can be selected by a 'hotkey'
  128. defined by your menu. A mouse is also supported if detected and there is
  129. a Screen Saver feature to protect your display.
  130.  
  131. 1.1 Syntax
  132. ─────────────────────────────────────────────────────────────────────────
  133. BATMNU [d:][path]filename [label] [default]
  134.  
  135. The program defaults to a filename extension of "mnu" if none is
  136. provided. The filename can indicate a separate file or, if you prefer,
  137. the menu can be within the calling batch file. You will have to code the
  138. batch file so those lines are never executed, of course. If a separate
  139. file is used, it can be 'hidden' making it more secure from tapering. 
  140.  
  141. The optional label parameter can be used if you wish to put more than one
  142. menu within the file. Bracket your menu lines with ":label" and
  143. ":end_label". BATMNU will search your path for the file if it's not in
  144. the current directory. The label can be up to 15 characters long. 
  145.  
  146. The default parameter on the command line is used if you want an option
  147. other than the first one to be highlighted when the menu starts. e.g.
  148. "BATMNU NORTON.BAT 3" will highlight the third option.
  149.  
  150. 2.0  MENU FORMAT
  151. ─────────────────────────────────────────────────────────────────────────
  152.      :menu  {keyword to mark where the program should start reading}
  153.      header,header text
  154.      h_format,fYEL,bred,t1,d1  {header colors, time, date}
  155.      window,tRED,hWHI,...   {colors and window appearance definition}
  156.      title,title text
  157.      option,option text,[#] {# indicates hotkey position in option text}
  158.      help,help text       {must follow option help refers to}
  159.      option,option text,[#][,[drive],[directory],pgm]  {optional format}
  160.      option...
  161.      . 
  162.      .
  163.      .
  164.      footer,footer text
  165.      f_format,fYEL,bred,t1,d1  {footer colors, time, date}
  166.      :end_menu  {Program stops reading and closes the file}
  167.  
  168. 2.1  General Format Rules
  169. ─────────────────────────────────────────────────────────────────────────
  170. The definition can be organized in almost any order as long as it is
  171. placed between the ':menu' and ':end_menu' keywords (or other label if
  172.  
  173.                                   Page 1
  174.  
  175.  
  176.  
  177.  
  178.                                BATMNU  v2.3
  179.                                Warren Small
  180.                                  (c) 1993
  181.  
  182. provided on the command line). The window line should appear before the
  183. options if you use the 'l', 'n' or 'a' parameter. Maximum title length is
  184. 54 characters. Headers and footers can be 70 characters long if the time
  185. and/or date are not used. If you leave the title out, your menu will
  186. contain only your defined options. Header and footer are optional.
  187. Maximum option length is 50 characters for single column menus and 25
  188. characters for double column.(See "no_margin" description on page 4 for
  189. longer title and option lines.) Maximum help length is 70 characters.
  190.  
  191. All parameters on the window, h_format and f_format lines are separated
  192. by a comma. Spaces are ignored. The keywords can be indented for clarity,
  193. if desired, using spaces or TABs.
  194.  
  195. Environment variables can be used within the header, footer, options,
  196. help lines or title. The variables are indicated by surrounding the name
  197. with the percent (%) sign, just as you would on a batch file command
  198. line. The variable's value is inserted when the menu is displayed. If the
  199. variable is not found, the variable name is used as it appears in the
  200. menu with % signs.
  201.  
  202. 2.2  Window Options
  203. ─────────────────────────────────────────────────────────────────────────
  204. The "window" line in your menu will define the colors, appearance and
  205. actions of your menu. Each switch of keyword should be separated by a
  206. comma. The color options are:
  207.  
  208.      f# - foreground color of window (0-15)
  209.      b# - background color of window, (0-7)
  210.      t# - title color (0-15)
  211.      o# - option color (0-15)
  212.      h# - hotkey color (0-15)
  213.      k# - screen color (clears screen), foreground(0-15), background(0-7)
  214.      e# - screen border color (0-15)
  215.  
  216. Color options should be followed by one of the color values shown in the
  217. chart below. Hotkeys can be made invisible by using "hinv" on the window
  218. line. The hotkeys will still select the options but the menu will not
  219. indicate them. This gives you the look of a simpler "light bar" style
  220. menu. 
  221.  
  222.                                COLOR VALUES
  223.              0 or bla = Black      8 or BLA = Grey          
  224.              1 or blu = Blue       9 or BLU = Bright Blue   
  225.              2 or gre = Green     10 or GRE = Bright Green  
  226.              3 or cya = Cyan      11 or CYA = Bright Cyan   
  227.              4 or red = Red       12 or RED = Bright Red    
  228.              5 or mag = Magenta   13 or MAG = Bright Magenta
  229.              6 or yel = Brown     14 or YEL = Yellow        
  230.              7 or whi = White     15 or WHI = Bright White  
  231.  
  232. The 'k' option fills double duty setting the foreground and background
  233. color for the screen. The first k parameter will set the background, the
  234. second the foreground (Foreground default is "whi" if not specified). 
  235.  
  236.                                   Page 2
  237.  
  238.  
  239.  
  240.  
  241.                                BATMNU  v2.3
  242.                                Warren Small
  243.                                  (c) 1993
  244.  
  245. The foreground color is used with the fill character. The fill character
  246. can appear after the color of either to give the screen background more
  247. interest than a flat color. Use of the drop shadow is more dramatic too.
  248.  
  249. If you prefer, a string could be used to fill the screen background.
  250. Either words or special characters could be used. Put the string after
  251. the color as above. If you want to add spaces, use the underscore (_)
  252. character. It will be treated as a space when displayed. (e.g.
  253. kred_Main_Menu)
  254.  
  255. The 'e' option sets the screen border color which is outside the normal
  256. text area. An 'e' used alone will reset the border to its normal black.
  257.  
  258. Default colors are provided (fYEL, bblu, tWHI, oCYA, hRED) and the
  259. options will be left-justified. The menu will be in single column format
  260. unless it exceeds 12 options. It will have a double line frame (m2).
  261. Default colors for headers/footers are fWHI, bred.
  262.  
  263. 2.3  Window Appearance
  264. ─────────────────────────────────────────────────────────────────────────
  265. The window appearance options are:
  266.  
  267.   s# - shadow on, 1-4 to position shadow relative to menu
  268.    c - center each option individually
  269.    w - display menu in wide, 2 column format, default for > 13 options
  270.    l - default to letter selection of options
  271.    n - default to number selection of options, maximum of 10 options
  272. a[n] - automatic selection of hotkeys. [optional no case favoring]
  273.   m# - menu frame type, 1 - ┌─, 2 - ╔═, 3 - ╒═, 4 - ╓─,  5 - █▀
  274.   r# - top row for menu window
  275.   c# - left column for menu window
  276. no_margin - display menu without wide margin around the frame
  277.     popup - save entire screen and restore when menu closes
  278.  
  279. The shadow position is set with the 's' option. 1 is below and to the
  280. right. 2 is below and the to left. 3 is above and to the right. 4 is
  281. above and to the left. The 's' option alone defaults to 1.
  282.  
  283. Menu options are normally left justified. If you want your options
  284. centered in the menu, use the 'c' switch.
  285.  
  286. If you want a 2 column menu, the 'w' switch will force BATMNU into this
  287. mode. As a default, menus with more than 13 options are always displayed
  288. this way.
  289.  
  290. The 'l' option can be useful when you have a large number of options or
  291. if you just prefer it that way. The 'n' option is for those who prefer
  292. numbered menus. Naturally, only 10 options are possible with numbers as
  293. hotkeys. The 'c' option is overridden if you use 'l' or 'n'. With these
  294. options, your maximum option length is reduced by 3 characters and the
  295. hotkey position will be set to 1. If you follow the 'l' or 'n' with
  296. another character such as a dash, period or parenthesis, this will be
  297.  
  298.  
  299.                                   Page 3
  300.  
  301.  
  302.  
  303.  
  304.                                BATMNU  v2.3
  305.                                Warren Small
  306.                                  (c) 1993
  307.  
  308. used as a separator. (e.g. 'l-' will produce 'A-', 'B-', etc for the
  309. menu.)
  310.  
  311. It is not necessary to specify the hotkeys for your options. If you leave
  312. this information out, BATMNU defaults to the first character. By using
  313. the 'a' switch, BATMNU will make sure you don't end up with duplicates.
  314. It makes a one-pass search to find unique letters for all the options.
  315. You can override the selection by indicating the hotkey on the option
  316. line. The search favors uppercase letters unless the no-case modifier is
  317. used, 'an'.
  318.  
  319. To place the menu at a position other than centered on the screen, the
  320. 'r' and 'c' switches will define the position of the upper left hand
  321. corner. BATMNU will make adjustments to ensure the menu and shadow, if
  322. used, will remain within the screen boundaries. BATMNU will not confuse
  323. 'c' (centered) with 'c#', column #.
  324.  
  325. If you prefer that the menu does not have the large margin around the
  326. menu, use the "no_margin" keyword to eliminate it. This will increase the
  327. Title and Option line maximum length to 60 and 56 respectively. It the
  328. menu is in 2 column format, the max option length is 28.
  329.  
  330. You have the option to save the entire screen before BATMNU displays the
  331. menu, and restore the saved contents after the menu closes. Include the
  332. keyword "popup" on the "window" line to make this happen. Cursor position
  333. is saved as well.
  334.  
  335. 2.4  Other Window Options
  336. ─────────────────────────────────────────────────────────────────────────
  337. There are four other options for the window line:
  338.  
  339.      x - disables the mouse. No search is performed.
  340.      p - Screen Saver Pause
  341.      v - Option Return Value
  342.      ~ - Allows use of the Escape key to exit menu, returns errorlevel 0
  343.  
  344. Use 'x' if you do not want to use the mouse. The mouse check is skipped
  345. when the program starts and there is no delay in activating the menu.
  346. This option has no effect on systems without a mouse.
  347.  
  348. 'p' controls the pause time before the Screen Saver activates. The
  349. default is 5 minutes. The Screen Saver can be disabled with 'p0' and the
  350. maximum setting is 30 minutes (p30).
  351.  
  352. Information about the option chosen can be returned through the
  353. environment by using the 'v' option. It extracts a portion or all of the
  354. option's text and can be used for a number of things. Its format is
  355. "v#var" where # controls the number of characters to return (1-60) and
  356. var is the variable name to use. If the variable name is not specified,
  357. BATMNU will use "VAL". In retrieving the text, if # is larger than the
  358. option's length, the entire option text is returned. If you use the
  359. letter or number option, the label is skipped so that just the option's
  360. text is placed in the environment. See the example batch file,
  361.  
  362.                                   Page 4
  363.  
  364.  
  365.  
  366.  
  367.                                BATMNU  v2.3
  368.                                Warren Small
  369.                                  (c) 1993
  370.  
  371. NORTONV.BAT, to see how this feature can be used to eliminate "if
  372. errorlevel" statements and simplify the batch file. NOTE: DOS 3.3 or
  373. higher is needed to use this feature.
  374.  
  375. Normally, ESCape is not a valid key for a menu. If you wish ESCape to be
  376. active, place  a '~' on the window line. Errorlevel 0 will be returned.
  377. If the 'v' option is used, the environment variable will be set to "ESC".
  378.  
  379. 2.5  Option Lines
  380. ─────────────────────────────────────────────────────────────────────────
  381. As stated above, the format for the option line is:
  382.  
  383.      option,Option Text,hotkey[,drive letter,directory,program params]
  384.  
  385. Hotkey position starts at 1 and will default to that position if omitted
  386. or the number is longer than the text. Alternately, the hotkey can be
  387. defined with a character. BATMNU will first search the option text for an
  388. uppercase letter that matches. If there is no uppercase match, the
  389. program will do a lowercase search for the first character that matches.
  390. (e.g. "Disk Info,i" will highlight the I of "Info". "Disk Filer,i" will
  391. highlight the i in "Disk".) Use a number if you want a specific character
  392. as your hotkey. 
  393.  
  394. If a hotkey character is duplicated, the menu will return the value
  395. associated with the first option with that hotkey if the hotkey is
  396. pressed. If the highlight bar is used to select an option with a
  397. duplicate hotkey value, the highlighted option value will be returned.
  398.  
  399. You can let BATMNU select the hotkeys, if you wish, with the 'a' window
  400. parameter. The choices can be overridden by the option line selection.
  401. The menu will default to letter choices if it runs out of characters to
  402. pick from. This procedure will also favor uppercase characters before
  403. lowercase. To override this, use 'an' (auto hotkey, no case).
  404.  
  405. If the program cannot find any options in the file, a Menu Format Error
  406. message will be displayed.
  407.  
  408. Refer to the section, Menus With Parameters (page 7), to see a
  409. description of the drive, directory and program options.
  410.  
  411. 2.6  Option Help
  412. ─────────────────────────────────────────────────────────────────────────
  413. The Help line specifies text which will appear in the footer (See below.)
  414. when the option is highlighted. It can be up to 70 characters long and
  415. can appear with the time and date. This will restrict the help line
  416. length some, depending on the time/date format used. The help must follow
  417. the option it refers to creating option/help pairs in the menu. e.g.
  418. "option,Norton Commander" could be followed by "help,File Utility".
  419.  
  420. 2.7  Headers and Footers
  421. ─────────────────────────────────────────────────────────────────────────
  422. Header and Format format lines have the following options:
  423.  
  424.  
  425.                                   Page 5
  426.  
  427.  
  428.  
  429.  
  430.                                BATMNU  v2.3
  431.                                Warren Small
  432.                                  (c) 1993
  433.  
  434.      f# - Text Foreground color (0-15)
  435.      b# - Text Background color (0-7)
  436.      t# - Display time of day (0-4)
  437.      d# - display today's date (0-5)
  438.    popup - show text while menu is displayed only
  439.  
  440. The header and footer items define a line of text to appear at the top
  441. and bottom of the screen. The entire row will be colored with the
  442. background color. Colors are defined on the h_format and f_format lines
  443. using the f# (foreground) and b# (background) parameters as shown above.
  444. Refer to Window Options on page 2 for more information on colors.
  445.  
  446. Another option for the f_format and h_format lines is the keyword
  447. "popup". Normally, the header and footer lines remain after the menu
  448. selection is made. If you want either or both of these lines to disappear
  449. with the menu, include the keyword "popup" on the appropriate format
  450. line. Their appearance will be the same when the menu is displayed,
  451. however, they will disappear, restoring the original lines, or the menu
  452. background if k# was used (p. 2), when the menu closes.
  453.  
  454. The time and date can appear in the header and / or footer. On the format
  455. line(s) include a 't' for time and 'd' for date followed by a number
  456. indicating the format to use. They are as follows:
  457.  
  458.                TIME                     DATE
  459.           0 -  HH:MM:SS (default)  0 -  MM/DD/YY (default)
  460.           1 -  HH:MM:SS am         1 -  MM/DD/YYYY
  461.           2 -  HH:MM am            2 -  DDD MMM DD, YYYY
  462.           3 -  HH.MM.SS            3 -  DD/MM/YY
  463.           4 -  HH.MM               4 -  DD/MM/YYYY
  464.                                    5 -  DDD DD MMM YYYY
  465.  
  466. The date will appear to the left of the header or footer and the time
  467. will appear to the right. If the header/footer is too long, the time and
  468. date information could overwrite it. A footer can be combined with help
  469. (See above.) with the help text given precedence. If an option has no
  470. help line, the footer text is displayed.
  471.  
  472. 3.0  WHAT HAPPENS IN THE BATCH FILE?
  473. ─────────────────────────────────────────────────────────────────────────
  474. If you execute the sample batch file, NORTON.BAT, you will see a menu
  475. displaying several choices. If you choose one of the options, you will
  476. probably see a lot of DOS error messages as the chance of your computer
  477. being set up the same way is negligible. When you view the batch file,
  478. you can get a good idea how BATMNU operates.
  479.  
  480. The menu is near the beginning of the batch file mainly for speed. You
  481. will notice a "GOTO START" statement which causes the batch to branch
  482. around the menu. After the ":START" label is the command line that calls
  483. BATMNU and tells it what file the menu is in. If this file is not in your
  484. PATH or in the current directory when started, you would need to specify
  485. the full path name. .e.g BATMNU D:\UTIL\NORTON.BAT
  486.  
  487.  
  488.                                   Page 6
  489.  
  490.  
  491.  
  492.  
  493.                                BATMNU  v2.3
  494.                                Warren Small
  495.                                  (c) 1993
  496.  
  497. DOS ERRORLEVEL is set on exit from BATMNU with EL 1 corresponding to the
  498. first option, etc. A series of "if errorlevel x goto ..." statements
  499. after the line calling BATMNU will allow the batch file to determine
  500. which option was selected and branch to the appropriate label. EL 127 is
  501. set whenever the program encounters an error (file not found or parameter
  502. error) so you should plan your batch file accordingly. If the Escape key
  503. option is used, this will always return an EL 0. Be sure to order your
  504. errorlevel statements from largest to smallest since "if errorlevel 3"
  505. will be true for EL=3 or greater. See your DOS manual for more
  506. information.
  507.  
  508. Executing BATMNU with no parameter will display a help screen and example
  509. menu if the file BATMNU.HLP, included in the original archive file, can
  510. be found (See the Appendix for more info on this file). If you type the
  511. command "BATMNU NORTON.BAT" from the DOS prompt, the menu will be
  512. displayed as before but nothing will happen when you make a choice. You
  513. need to run the batch file itself to get anything to start. Several
  514. example files are contained in this archive, including one showing a
  515. separate menu file, another a menu within a batch file, and a third
  516. detailing a menu with parameter passing.
  517.  
  518. 4.0  MENUS WITH PARAMETERS
  519. ─────────────────────────────────────────────────────────────────────────
  520. Optionally, a program can be started directly from BATMNU. This will
  521. result in shorter batch files as minimal ERRORLEVEL checking is
  522. necessary. You will also find the programs will start faster since there
  523. is no batch file processing. The option line contains additional
  524. information relating to the drive, directory and program name is this
  525. form:
  526.  
  527.                     option,Word Perfect,w,c:,\wp51,wp
  528.  
  529. In this example, BATMNU will change the drive and directory and start WP
  530. when this option is selected. When WP is finished, you are returned
  531. directly to your batch file. BATMNU sets an environment variable, ERRLEV,
  532. to identify the program run. You may wish to do further processing based
  533. on the program run or you can check for an ERRORLEVEL code returned from
  534. that program. The ERRLEV variable will equal the number of the option
  535. picked. If WP was the third option, ERRLEV=3 would be in the environment.
  536. You could then run an automatic backup procedure for WP with the line "if
  537. %ERRLEV%!==3! goto wpbackup". 
  538.  
  539. Additional parameters can be passed to your program. Simply include them
  540. after the program name as you normally would.
  541.  
  542.      option,Paradox - Phones,11,e:,\paradox\phones,paradox3 phone.scr
  543.  
  544. This line would start Paradox which would then run the script phone.scr.
  545. It is recommended that your batch file clear the ERRLEV variable at the
  546. beginning and end to preserve space and prevent your batch file from
  547. acting on old information in the environment. The statement "SET ERRLEV="
  548. will do this.
  549.  
  550.  
  551.                                   Page 7
  552.  
  553.  
  554.  
  555.  
  556.                                BATMNU  v2.3
  557.                                Warren Small
  558.                                  (c) 1993
  559.  
  560. If there are no parameters on a line, you can use BATMNU the same way as
  561. earlier versions and the ERRLEV variable will not be set. If you want to
  562. leave out the drive and/or directory parameters, leave a comma to mark
  563. it. BATMNU will assume the program can be found in your PATH. If you
  564. don't use any parameters for an option, the placeholders are not
  565. necessary. See the files NORTONP.BAT and NORTON.BAT in this archive for a
  566. comparison.
  567.  
  568. If you want the highlight bar to be on the option you just selected after
  569. returning, the ERRLEV variable can be used on the command line to set the
  570. default option. The command:
  571.  
  572.                        BATMNU NORTONP.BAT %ERRLEV%
  573.  
  574. will do this. Refer to the example file NORTONP.BAT to see how this is
  575. set up.
  576.  
  577. IMPORTANT NOTE: DOS 3.3 or higher is required if you want to use
  578. parameters on the option lines. This is necessary so that BATMNU can use
  579. the environment to relay information back to the batch file. BATMNU will
  580. display an error message and return an EL=0 if you are not using the
  581. proper DOS version.
  582.  
  583. 5.0  MOUSE SUPPORT
  584. ─────────────────────────────────────────────────────────────────────────
  585. When BATMNU is run, it checks for a mouse unless the 'x' parameter is
  586. found on the "window" line. This switch will cause BATMNU to skip the
  587. check for, and not use, the mouse. Once the mouse is detected, the mouse
  588. cursor will be set next to the first option. The delay you will observe
  589. after the menu is displayed and before the highlight bar appears is the
  590. mouse initializing and is normal.
  591.  
  592. Options can be selected with the mouse by moving the cursor to the option
  593. line and clicking the left button. If the option is currently
  594. highlighted, BATMNU acts as if the hotkey was pressed. If not, only the
  595. highlight bar is moved. A second click will then select that option.
  596.  
  597. The right mouse button acts like the ESCape key if the ~ option is used.
  598.  
  599. 6.0  SCREEN SAVER
  600. ─────────────────────────────────────────────────────────────────────────
  601. If you use BATMNU for a shell, you will appreciate this feature. As a
  602. default, if the program does not see any key presses or mouse clicks in a
  603. 5 minute period, the screen will blank to protect your display. Only the
  604. cursor will show in the upper left hand corner. Press any key or mouse
  605. button to restore the screen.
  606.  
  607. The pause time before blanking is set on the Window line with the 'p'
  608. parameter. 'p0' will disable this feature and the maximum pause before
  609. blanking is 30 minutes.
  610.  
  611.  
  612.  
  613.  
  614.                                   Page 8
  615.  
  616.  
  617.  
  618.  
  619.                                BATMNU  v2.3
  620.                                Warren Small
  621.                                  (c) 1993
  622.  
  623. 7.0  SHAREWARE INFORMATION
  624. ─────────────────────────────────────────────────────────────────────────
  625. This program is provided as "shareware". You are allowed to use it, free
  626. of charge, for a reasonable amount of time. If you find BATMNU to be
  627. useful, and continue to use it, a registration fee of $15 plus $2.50
  628. postage and handling is required. A form is supplied with the archive
  629. file to register with (BATMNU23.REG). Paying this fee will encourage me
  630. to make improvements and/or correct problems for future versions.
  631. Registered users will receive notification of future releases and
  632. information on how the new version can be obtained. It will also give
  633. their ideas for improvements more value. 
  634.  
  635. 7.1  New Security Version
  636. ─────────────────────────────────────────────────────────────────────────
  637. If you have trouble with people messing with your menu files, BATMNU is
  638. now available in a version which will read specially encrypted files. The
  639. encryption scheme will not fool the CIA, but it should keep curious
  640. people from playing with your screen definition files.
  641.  
  642. This new version, called BATMNU-E, has all of the features of the regular
  643. program and is completely compatible with it. It will read straight text
  644. files as well as the encypted ones. The program which does the encrypting
  645. (and decrypting for editing) is included with BATMNU-E and is very simple
  646. to use.
  647.  
  648. If you want to receive BATMNU-E and the companion encypting program, the
  649. cost is $15. Use the form provided to register either or both.
  650.  
  651. 7.2  New Utility Available
  652. ─────────────────────────────────────────────────────────────────────────
  653. WHY DO USERS LIKE A MENU?
  654.  
  655. Because it makes their life easier. Now there is something to make the
  656. menu designer's life easier! Now creation of the menu is taken out of
  657. your hands and onto the screen!
  658.  
  659. The BatMnu Menu Utility makes creating menus fast and painless. It gives
  660. instant feedback on what your new menus will look like. Debugging the
  661. most  sophisticated menu is now a chore of the past. Seasoned BATMNU
  662. users quickly find they wouldn't be without this utility.
  663.  
  664. It's out of beta testing now, and available to all registered BATMNU
  665. users. Why do you need this? LOOK!
  666.  
  667.     - See your menu as you are creating it. Instant feedback on changes
  668.       and additions. The menu has the same look and feel it will have
  669.       with BATMNU.
  670.     - No need to remember which switch does what.
  671.     - Menus are created just by filling in forms, answering a few Yes/No
  672.       questions or selecting values from a list.
  673.     - Automatic formatting of the menu file.
  674.     - Menus can be edited even if they are inside batch files.
  675.     - Up to 16 menus from the same file can be edited at one time.
  676.  
  677.                                   Page 9
  678.  
  679.  
  680.  
  681.  
  682.                                BATMNU  v2.3
  683.                                Warren Small
  684.                                  (c) 1993
  685.  
  686.     - Rearranging options is as easy as highlighting the option and
  687.       pressing a key. 
  688.  
  689. I know you will want the easiest way to create and edit menus for BATMNU.
  690. The BatMnu Menu Utility will make menu maintenance as easy as filling in
  691. a form. Use the registration form (BATMNU23.REG) to order BMU with your
  692. registered version of BATMNU. It's just $10 if you order with BATMNU. If
  693. you decide to order later you will have to pay an additional $2.50 for
  694. postage and handling. Get your copy today!
  695.  
  696. 7.3  Bonus Program!
  697. ─────────────────────────────────────────────────────────────────────────
  698. Upon receipt of the registration fee, a disk will be sent with the
  699. current version plus the program SW-DIR.EXE. This program provides a
  700. scrolling file directory which can be used to choose a file and pass that
  701. filename to an application or use it in your batch file. Appearance
  702. options are similar to BATMNU. The program includes a QuickSearch feature
  703. which can quickly locate a file by name. DOS 3.3 or higher is required to
  704. use this program.
  705.  
  706. Site licenses for BATMNU can be negotiated. Registered 1.X users can
  707. upgrade to 2.3 for $5 plus $2.50 for postage and handling. Feel free to
  708. give it to friends or upload the original archive file to other BBS's
  709. provided that no fee is charged for distribution and it is not modified
  710. in any way. Note to BBS Sysops: Please post this archive file as is, with
  711. all files included, and without changing the filename.
  712.  
  713. 7.4  Bonus CD from JCS Marketing
  714. ─────────────────────────────────────────────────────────────────────────
  715. When you register BATMNU, you will receive a certificate redeemable for
  716. one issue of the "JCSM Shareware Collection" CD-ROM at half the normal
  717. cost. This disk is a collection of over 2300 shareware programs from
  718. nearly 1000 authors. The disk will cost $9.95 plus shipping and handling
  719. when the certificate accompanies your order. If you are already a
  720. subscriber, the certificate entitles you to receive your next CD at the
  721. reduced rate.
  722.  
  723. Ver. 2.3    November 8, 1993
  724.  
  725. Warren Small                              CIS  71076,407
  726. 35 Benjamin Street                        GEnie  W.SMALL
  727. Manchester, NH  03109                     Prodigy  RSJW31A
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.                                  Page 10
  741.  
  742.  
  743.  
  744.  
  745.                                BATMNU  v2.3
  746.                                Warren Small
  747.                                  (c) 1993
  748.  
  749. 8.0  BATMNU History
  750. ─────────────────────────────────────────────────────────────────────────
  751. 1.1  2/02/90  First general release.
  752.  
  753. 1.2  3/15/90  Options increased to 26. Added automatic hotkeys (A, p. 4)
  754.      and hotkey choice by letter (p. 5).
  755.  
  756. 1.3  4/22/91  Added numbered options (N, p. 3), menu frame choices (M#,
  757.      p. 3), invisible hotkeys (INV, p. 2).
  758.  
  759. 2.0  9/30/91  New option line format to start programs directly (p. 7).
  760.      Added mouse support (p. 8), screen border color control (E#, p. 3),
  761.      screen foreground color control (K#, p. 2), header and footer option
  762.      (p. 5), shadow position control (S#, p. 3), letter and number
  763.      separator (L, N, p. 3).
  764.  
  765. 2.0a 1/31/92  Maintenance release fixing several bugs. Parameters now
  766.      passed properly to programs started by BATMNU. Border color set
  767.      properly. Default colors provided for header and footer. Header and
  768.      footer documentation provided.
  769.  
  770. 2.1  6/30/92  Added time/date options to header and footer (T#, D#, p.
  771.      6). Header and footer string length increased to 70 (p. 5). Default
  772.      menu choice can be specified on command line (p. 1). Corrected
  773.      action of menu with duplicate hotkeys (p. 5). Hotkey selection by
  774.      letter favors uppercase match in option text (p. 4). Option string
  775.      length increased to 50 for single column menus. Help line option
  776.      added (p. 5). Background string fill added (K#string, p. 3). 
  777.  
  778. 2.1a 9/22/92  Environment variables can be used in title, header, footer,
  779.      options and help (p. 2). ESC now clears help line (p. 5).
  780.  
  781. 2.2  1/11/93  Right mouse button used as ESC (p. 8). Screen Saver added
  782.      (P#, p. 8). Help now in external file (p. 12).
  783.  
  784. 2.3  10/29/93  Added row/col positioning for menu (R#, C#, p. 4), option
  785.      to remove wide margin around menu frame which increases title and
  786.      option maximum length (p. 4), popup style header and footer (popup,
  787.      p. 6), popup mode for the entire screen (popup, p. 4), and option
  788.      value return through environment (V#[var], p. 4). Default 2 column
  789.      menu now occurs at 14 instead of 12. Menu errors now return EL 127
  790.      instead of EL 0. Encryption version now available (p. 9). BatMnu
  791.      Menu Utility now available (p. 9).
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803.                                  Page 11
  804.  
  805.  
  806.  
  807.  
  808.                                BATMNU  v2.3
  809.                                Warren Small
  810.                                  (c) 1993
  811.  
  812. APPENDIX
  813. ─────────────────────────────────────────────────────────────────────────
  814. BATMNU 2.2 and higher use an external file for help information. The
  815. advantage to this is that it makes the program file smaller and it also
  816. allows a certain amount of customizing by the end user. The following is
  817. a guide to the structure of the help file, BATMNU.HLP.
  818.  
  819. Each section begins with a header which contains a keyword, the window
  820. size, and the number of strings that will be placed in the window,
  821. enclosed in {}'s.
  822.  
  823.     {Keyword; top row; left col; bottom row; right col; # of strings}
  824.                   Example: {W_Colors; 12; 16; 18; 63; 4}
  825.  
  826. The upper left corner for this window is at row 12, column 16, and the
  827. lower right is on row 18, at column 63. There are 4 strings of
  828. information that follow in this format:
  829.  
  830.                          c or s; row; col; string
  831.            Example:                                            
  832.            c; 12; 40;┤ WINDOW COLORS ├                          
  833.            s; 14; 19;f - Foreground Color  b - Background Color
  834.            s; 15; 19;t - Text Color        o - Option Color    
  835.            s; 16; 19;h - Hotkey Color      k - Screen Colors   
  836.  
  837. The letter beginning the line indicates whether it should be centered (c)
  838. at the position indicated or printed right at the position (s). The row
  839. and column position follows and then the string itself.
  840.  
  841. If you decide you want to alter or add to the information in the file,
  842. here are a few things to remember. 
  843.  
  844.      - The window should start at row 8 or more and end at row 22 or less
  845.      unless you don't care if it covers the other text on the screen. In
  846.      that instance, it can extend from row 1 to 25. The background text
  847.      is not disturbed in any case.
  848.  
  849.      - The keyword cannot be altered. These are hard coded into BATMNU at
  850.      present. If changed, the program would not be able to find the help
  851.      section.
  852.  
  853.      - If the window position values are 0, as is the case for the 'Main'
  854.      section, there is no window drawn and the program does not wait for
  855.      the user to press a key.
  856.  
  857.      - Make sure that, if you add strings to a section, you adjust the
  858.      window size accordingly. Likewise, position the strings so that they
  859.      fit in the window.
  860.  
  861.      - Each parameter is separated by a semi-colon. A space is used only
  862.      for readability. Leading spaces in a string are used.
  863.  
  864.  
  865.  
  866.                                  Page 12
  867.