home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util4 / bestmenu.lzh / BMQUICK.TXT < prev    next >
Text File  |  1990-04-02  |  8KB  |  240 lines

  1.                             BESTMENU
  2.                  THE FIRST SERIOUS MENU SYSTEM
  3.  
  4.  
  5.                                By
  6.  
  7.                        Wild West Software
  8.                           Austin, Texas
  9.  
  10.  
  11.                       ┌────────────────┐
  12.                       │ QUICK &  DIRTY │░░
  13.                       │  INSTRUCTIONS  │░░
  14.                       └────────────────┘░░
  15.                         ░░░░░░░░░░░░░░░░░░
  16.  
  17.  
  18. * Full Working Demo....
  19.  
  20. This copy  of BestMenu works exactly like the full version of the
  21. program.    There  is, however, an annoying Happy Face that jumps
  22. across the  screen every  time you  invoke a  menu selection.  We
  23. think  that  you  would rather see the little face than a limited
  24. version of  BestMenu.  Of course, the  Happy  Face  is  not there
  25. strictly to annoy you.  Rather, it is a reminder that in order to
  26. continue bringing  you new versions of BestMenu, as  well  as new
  27. programs,  we  need your support.
  28.  
  29. There are  other program  utilities which  you will  only receive
  30. with the  FULLY REGISTERED  version of  BestMenu.   These include
  31. SWITCH, the  disk swapping  utility; SHRTBOOT  and LONGBOOT,  the
  32. Reboot utilities;  LPTSWAP, the  parallel port  swapping utility;
  33. and PASSWORD, password protection for your menu selections.
  34.  
  35. So, if you like BestMenu, send us a check or money order for:
  36.  
  37.                                      BestMenu $ 29.95
  38.                                      Shipping $  5.00
  39.                                              ----------
  40.                                               $ 34.95
  41.  
  42. Become a  registered BestMenu  user and  get rid  of that  stupid
  43. happy face!  Please give a copy of this demo to your friends, and
  44. remember to  include all  of the files that you received, so they
  45. will have a complete set.  Make shareware work!
  46.  
  47. By the  way, the file ORDER.TXT contains a registration form that
  48. can be used to make your order.
  49.  
  50.  
  51. * Installing BestMenu....
  52.  
  53. Copy all BestMenu files to one diskette  or  subdirectory on your
  54. hard disk.  Make sure that the following files are present on the
  55. disk:
  56.  
  57. BMDEMO.COM       Main Program - Type BMDEMO to start.
  58. MAKEMENU.COM     Make Menu Windows
  59. OVERLAY.COM      Overlay for BMDEMO.COM
  60. CLOCK.COM        The World Time Clock
  61. CONFIG.BM        Configuration File Created by MAKEMENU.COM
  62. MAIN.BM          Main Menu - Menu File
  63. *.BM             Sample menu files
  64. README.DOC       Introduction to the product
  65. BMQUICK.TXT      Quick And Dirty Instructions (this file)
  66. ORDER.TXT        BestMenu Registration Form
  67.  
  68.  
  69. * Starting BestMenu....
  70.  
  71. To start  BestMenu, move to the BestMenu drive and directory, and
  72. type:
  73.  
  74. BMDEMO [ENTER]
  75.  
  76. The BestMenu  Main Screen  will appear.  From now on you may move
  77. from one menu to the other by pressing the corresponding function
  78. key or  by using the arrow keys to point to the desired selection
  79. and pressing enter.
  80.  
  81.  
  82. * Menu Windows....
  83.  
  84. BestMenu uses  Menu Windows  to display  up to  10 selections per
  85. window at  6 different  levels.   That  is  10  to  the  6th,  or
  86. 1,000,000 possible  selections for  a single menu system.  If you
  87. are at  the MAIN  MENU, press  [F1], [F9],  [F8] to  see how menu
  88. levels work.
  89.  
  90.  
  91. * Menu Files....
  92.  
  93. Menu  Files  are  all  files  terminated  with the extension .BM.
  94. These files  contain the  information necessary to present a menu
  95. window on  the screen, as well as the commands to be performed by
  96. the selections inside the window.
  97.  
  98.  
  99. * The MenuMaker....
  100.  
  101. The MenuMaker  program is used to create and edit menu files.  To
  102. start the MenuMaker type:
  103.  
  104. MAKEMENU [ENTER]
  105.  
  106. The Main Menu at the top of the screen allows you to:
  107.  
  108. Config:  Change the environment colors of BestMenu Main Screen.
  109.          Set time lapse for the World Clock to pop up.
  110.          Toggle audio feedback from the keyboard ON and OFF.
  111.          Tell BestMenu that you want to use a mouse.
  112.  
  113. Menus:   Create or Edit Menu Files.
  114.  
  115. Support: Support information.
  116.  
  117. Exit:    Returns to the operating system
  118.  
  119. The  MenuMaker  can  also be invoked from within BestMenu.  Press
  120. [F8] BestMenu utilities and [F1] Build or Edit Menu Files.
  121.  
  122.  
  123. * Editing A Menu File....
  124.  
  125. Load a menu file from The MenuMaker by entering:
  126.  
  127.    MAKEMENU [ENTER]
  128.    M        ( for Menus at the main menu )
  129.    F        ( for Files in Menus menu )
  130.    L        ( for Load in the Files menu )
  131.  
  132. Now, highlight  a menu  filename and  press [ENTER]  to load  it.
  133. Going back to the previous menu you can:
  134.  
  135. Files Save: Save the menu file
  136. Name      : Change the filename
  137. Banner    : Change the banner at the top of the menu window
  138. Color     : Change the foreground and background colors of the
  139.             window.
  140. Titles    : Insert, Delete or edit the selection titles
  141. Commands  : Insert, Delete or edit the commands for each
  142.             selection title.
  143. Reset     : Erases all window information.
  144. Exit      : Return to the main menu.
  145.  
  146. A typical operation consists of:
  147.  
  148.    a. reading an existing menu file.
  149.    b. editing its Banner
  150.    c. editing its titles
  151.    d. editing the commands of one or more selection titles
  152.    e. changing the colors
  153.    f. saving the menu file back to the disk
  154.  
  155.  
  156. * Creating A Menu File....
  157.  
  158. Creating a Menu file is just as simple as editing one.  Start the
  159. MenuMaker program,  but instead of reading an existing menu file,
  160. enter a  name for  the new  menu file  to be  created.  Build the
  161. titles and  commands from  scratch, and don't forget to save your
  162. work to the disk.
  163.  
  164.  
  165. * The Commands....
  166.  
  167. You may enter up to 10 command lines per menu selection.  If more
  168. commands are  necessary, you  should consider  breaking the  task
  169. into two  selections, or  using a  batch file  to complement  the
  170. command set.   Any DOS command is a valid Menu command, including
  171. batch file  statements like PAUSE, IFs and REMs.  In addition  to
  172. DOS commands,  you may enter a program filename or batch filename
  173. (EXE, COM or BAT).  Remember, ONE command per line!
  174.  
  175.  
  176. * Connecting Two Menu Windows....
  177.  
  178. To move from one window to the other, you must enter the filename
  179. of the  menu file  to be merged to on the command line.  To merge
  180. from the  Main  Menu  (MAIN.BM)  to  the  System  Utilities  Menu
  181. (SYSTEM1.BM) using  selection [F1]  of the  main menu,  we use  a
  182. command line in MAIN.BM that reads:
  183.  
  184. SYSTEM1.BM
  185.  
  186. and nothing  else.   This simple  approach is used to connect all
  187. menus at  all levels.   To call a menu window to the screen, just
  188. place the  corresponding menu  filename in  one of  the selection
  189. command lines of the current menu.
  190.  
  191.  
  192. * Mouse Support....
  193.  
  194. If you  have a  mouse, you should load your mouse driver as usual
  195. and install  the mouse  from   within The  MenuMaker using Config
  196. Mouse Yes.
  197.  
  198.  
  199. * The World Time Clock....
  200.  
  201. The World  Time  clock  has  some  parameters  that  may  be  set
  202. according to your preferences:
  203.  
  204. CLOCK/S  Sets the local time and the four world times.
  205. CLOCK/C  Toggles the hourly CUCO ON and OFF.
  206. CLOCK/1  Uses Color Palette 1.
  207. CLOCK/3  Uses Color Palette 2.
  208.  
  209. The clock  will pop  up on  the screen  after X  minutes  without
  210. keyboard action.  X is set in MenuMaker.
  211.  
  212.  
  213. * Changing the Company Name
  214.  
  215. To change  the company  name at  the top  of the  main BM screen,
  216. type:
  217.  
  218. OVERLAY WWS [ENTER] and go from there....
  219.  
  220.  
  221. * The Real User's Guide....
  222.  
  223. These  are  only Quick & Dirty instructions for BestMenu, and aim
  224. solely at  giving you  a superficial  understanding  of  how  the
  225. program works.  The Real Users Guide is 100 pages long containing
  226. everything you  will ever  want to  know about  BestMenu and  its
  227. utilities.   The User's  Guide  is  fully  illustrated  with  Mac
  228. quality pictures and typeset quality printing.
  229.  
  230.  
  231.            ┌───────────┐   ┌───────────────┐
  232.            ┼           │░  │ BestMenu 1.22 │░
  233.            ┼ BestMenu  │░  │       _       │░
  234.            ┼ User's    │░  │      ( )      │░
  235.            ┼ Guide     │░  │       ▓       │░
  236.            ┼           │░  │       ▓       │░
  237.            ┼           │░  │       ▓       │░
  238.            └───────────┘░  └───────────────┘░
  239.             ░░░░░░░░░░░░░   ░░░░░░░░░░░░░░░░░
  240.