home *** CD-ROM | disk | FTP | other *** search
/ Fun & Games 1 / FUNGAMES1.cdr / quikmenu / read.me < prev    next >
Text File  |  1991-10-21  |  10KB  |  280 lines

  1.                      QUIKMENU - Version 1.07
  2.             (C)1990 by OSCS Software Development, Inc.
  3.  
  4.  
  5. OVERVIEW
  6. --------
  7.  
  8. QuikMenu is a graphical menu system that allows you to use your
  9. computer more quickly, easily and more intuitively. Complex DOS
  10. commands are replaced by easy-to-use command buttons, pop-up
  11. windows and dialog boxes. Running programs is as easy as pressing
  12. a single key or clicking the mouse. Best of all you don't need to
  13. be a programmer to add an item to your menu.
  14.  
  15. QuikMenu was designed to make using your computer system as easy
  16. and enjoyable as possible. You can use a mouse or your keyboard to
  17. access any menu function. QuikMenu runs in all standard graphics
  18. modes and can operate on most networks that use DOS commands.
  19.  
  20.  
  21. INSTALLING QUIKMENU
  22. -------------------
  23.  
  24. QuikMenu includes an easy to use installation program. During the
  25. installation, a directory of your choice will be created
  26. automatically and the appropriate files transferred to your hard
  27. drive. NOTE: You should only use INSTALL if you are transferring
  28. QuikMenu from a floppy disk to your hard drive. You must have 
  29. version 3.1 of DOS or greater to use QuikMenu.
  30.  
  31. To run the INSTALL program:
  32.  
  33. o Insert your QuikMenu diskette into drive A:
  34. o At the DOS prompt (C:\), type A:\INSTALL and press ENTER
  35. o Follow the instructions on the screen
  36.  
  37.  
  38. STARTING QUIKMENU
  39. -----------------
  40.  
  41. To start QuikMenu:
  42.  
  43. o If you plan to use QuikMenu with a mouse, your mouse driver
  44.   (usually MOUSE.COM) must be loaded first. Please refer to your
  45.   mouse's user manual for more information. NOTE: A mouse is not
  46.   required to use QuikMenu.
  47.  
  48. o From the DOS prompt (C:\), type CD\QUIKMENU and press ENTER. This
  49.   will place you in the QUIKMENU directory. NOTE: If you installed
  50.   QuikMenu in a different directory, then substitute that for
  51.   C:\QUIKMENU above.
  52.  
  53. o Now type QM and press ENTER. NETWORK USERS: Type QNET [user name]
  54.   and press ENTER. For example, QNET John or QNET Sally. NOTE: You
  55.   cannot have two workstations using the same name.
  56.  
  57. o When running QuikMenu for the first time, a dialog box will
  58.   appear asking if you want a menu created for you. If you answer
  59.   YES, QuikMenu will search your hard drive and automatically
  60.   create a button for any program it recognizes. Any programs not
  61.   found by QuikMenu can easily added at any time. If QuikMenu does
  62.   not find a program that's on your hard drive, and you know it's
  63.   in the proper directory, contact OSCS and we'll add it to the
  64.   auto install for the next release.
  65.  
  66.   NOTE: The auto-install feature searches all drives starting with
  67.   C: drive. IF your system has floppy drives labeled D: E:, F:,
  68.   etc. you may experience problems with the auto-install feature.
  69.   To compensate for this try one of these fixes: (1) Place a
  70.   formatted floppy diskette into the suspect disk drive(s). (2)
  71.   Temporarily disable the drive by removing the DEVICE= command
  72.   from the CONFIG.SYS file. (May not be applicable to all systems.)
  73.   (3) Don't use the auto-install feature. (ie: answer NO when
  74.   QuikMenu asks if you want to create a menu.)
  75.  
  76. o Don't forget HELP. If you ever have trouble understanding an
  77.   option while using QuikMenu, simply select the Help command
  78.   button from the top of the screen or press the F1 function key.
  79.  
  80.  
  81. REGISTERING QUIKMENU
  82. --------------------
  83.  
  84. QuikMenu is shareware and may be used free of charge for a trial
  85. period. If you decide to continue using QuikMenu please register
  86. it. Registration entitles you to notification of future upgrades to
  87. QuikMenu, telephone support, and an upgrade path to our commercial
  88. products.
  89.  
  90. Registration per CPU is $35. Since QuikMenu is network compatible
  91. network users may instead purchase a network license for $140 per
  92. 10
  93. workstations. Site Licenses are also available.
  94. VISA and MasterCard accepted.
  95.  
  96. TO REGISTER QUIKMENU: 
  97.  
  98. Call:     (503) 389-5489  (Hours: 9:00 - 5:00 PDT)
  99.  
  100. Fax:      (503) 388-8221
  101.  
  102. Write:    OSCS
  103.           354 NE Greenwood, Suite 108
  104.           Bend, OR  97701
  105.  
  106. You may distribute unregistered copies of QuikMenu freely to your
  107. friends and associates as long as you do not charge for the
  108. program, and all accompanying files are included.
  109.  
  110. FOREIGN ORDERS: Please make payment in US dollars.  
  111.  
  112.  
  113.  
  114. ADDING QUIKMENU TO YOUR AUTOEXEC.BAT FILE
  115. -----------------------------------------
  116.  
  117. QuikMenu may be added to your AUTOEXEC.BAT file and automatically
  118. loaded when your computer is turned on. If you've never modified
  119. your AUTOEXEC file before, you may want to consult someone who has.
  120.  
  121. To modify your AUTOEXEC file, you will need some type of editor or
  122. word processor. DOS includes a simple line editor called Edlin that
  123. is well suited for the task. Consult your DOS manual for
  124. information about using Edlin. If a word processor is used, the
  125. file must be saved in either ASCII, Non-Document, or DOS-Text mode.
  126. Otherwise, your computer will not be able to recognize the file.
  127.  
  128. A typical AUTOEXEC.BAT file looks like this:
  129.  
  130.   PROMPT $P $G
  131.   PATH C:\;C:\DOS;..
  132.  
  133. If your AUTOEXEC looks different than our example, don't worry.
  134. These files vary widely from computer to computer.
  135.  
  136. To add QuikMenu to the sample AUTOEXEC above, three lines need to
  137. be added to the end of the file. First, load the mouse driver,
  138. (assuming you're using a mouse, the driver is called "MOUSE" and is
  139. located in the root directory). Next, change to the directory where
  140. you installed QuikMenu (C:\QUIKMENU). Finally, load QuikMenu (QM).
  141. The new AUTOEXEC should look something like this:
  142.  
  143.   PROMPT $P $G
  144.   PATH C:\;C:\DOS;..
  145.   MOUSE
  146.   CD\QUIKMENU
  147.   QM
  148.  
  149. NOTE: If your AUTOEXEC already contains a menu system or auto
  150. loading program, it may need to be removed to prevent it from
  151. interfering with QuikMenu.
  152.  
  153.  
  154. USING QUIKMENU WITH CGA MONITORS
  155. --------------------------------
  156.  
  157. When running QuikMenu on systems equipped with CGA or compatible
  158. monitors you will NOT see any colors. Although CGA is in fact a
  159. color mode, it is limited by its low resolution when running
  160. graphics applications. QuikMenu requires a good portion of screen
  161. space for its dialog boxes, command buttons and help screens. In
  162. order to even run QuikMenu in CGA it is necessary to use the
  163. highest available resolution. In this case 640 x 200.
  164. Unfortunately, this mode allows the use of only two colors - black
  165. and white. While many games may run fine in the lower 320 x 200
  166. four color mode, that space is simply too small to accommodate
  167. QuikMenu.
  168.  
  169.  
  170. OUT OF ENVIRONMENT SPACE ERRORS
  171. -------------------------------
  172.  
  173. If you experience an "OUT OF ENVIRONMENT SPACE" error when using
  174. the QuikMenu DOS Shell you need to increase the size of your DOS
  175. environment. Try inserting the following command into your
  176. CONFIG.SYS file:
  177.  
  178. SHELL C:\COMMAND.COM /E:800 /P
  179.  
  180. CAUTION: IF YOU'RE NOT COMFORTABLE MODIFYING THE CONFIG.SYS FILE
  181. PLEASE FIND SOMEONE WHO IS KNOWLEDGEABLE ABOUT SUCH THINGS TO HELP
  182. YOU. IF IT ISN'T DONE CORRECTLY IT MAY SERIOUSLY AFFECT THE
  183. OPERATION OF YOUR COMPUTER SYSTEM.
  184.  
  185. If you're experiencing an "OUT OF ENVIRONMENT SPACE" error when
  186. running a specific program or batch file from QuikMenu, try using
  187. the !NOSHELL option. Read the QM.HLP file or select the F1=Help
  188. command from within QuikMenu for more information about !NOSHELL.
  189.  
  190.  
  191. RELOCATING QUIKMENU'S TEMPORARY FILES
  192. -------------------------------------
  193.  
  194. QuikMenu now has the ability to relocate its temporary and
  195. information files (ie: QM_APP.BAT, QM.INF, etc.) on both network
  196. and stand alone systems.
  197.  
  198. For example, to change the location of the temporary files to
  199. C:\TEMP do the following:
  200.  
  201. Stand Alone PC Users:
  202. =====================
  203.  
  204.   Using an ASCII text editor change QuikMenu's QM.BAT file to the
  205.   following:
  206.  
  207.   ECHO OFF
  208.   QM_PROG %1 %2 %3 %4 %5
  209.   %QUIKMENU%QM_APP
  210.  
  211.   Next, place the following command into your AUTOEXEC.BAT file:
  212.  
  213.   SET QUIKMENU=C:\TEMP\
  214.  
  215.   Be sure to include the backslash (\) at the end of the path and
  216.   don't use any spaces.
  217.  
  218. Network Users:
  219. ==============
  220.  
  221.   Using an ASCII text editor change QuikMenu's QNET.BAT file to the
  222.   following:
  223.  
  224.   ECHO OFF
  225.   QM_PROG /N %1 %2 %3 %4 %5
  226.   %QUIKMENU%%1
  227.  
  228.   Next, place the following command into your AUTOEXEC.BAT file:
  229.  
  230.   SET QUIKMENU=C:\TEMP\
  231.  
  232.   Be sure to include the backslash (\) at the end of the path and
  233.   don't use any spaces. You may specify a different directory
  234.   (local or network) for each person if you like.
  235.  
  236. NOTE: Some early versions of DOS may have trouble with this option.
  237.  
  238.  
  239. MOUSE DRIVER PROBLEMS
  240. ---------------------
  241.  
  242. If your mouse behaves strangely when using QuikMenu you may need to
  243. update your mouse driver software. Problems such as an invisible
  244. cursor or a pointer that leaves a trail of pigment on the screen
  245. are typical of certain older mouse drivers. Contact the computer
  246. store where you purchased your mouse or the manufacturer for
  247. information about updating your mouse driver.
  248.  
  249.  
  250. WINDOWS
  251. -------
  252.  
  253. Programs that run under Microsoft Windows are not automatically
  254. installed by QuikMenu. You can, however, create buttons to run them
  255. like any other program. When adding a button for a windows program
  256. the word WIN or WIN386 must preface the program command in the
  257. command line. For example to load Microsoft Excel:
  258.  
  259. WIN EXCEL
  260.  
  261. Runtime versions of windows programs do not need the WIN preface.
  262.  
  263.  
  264. MENU PAGES
  265. ----------
  266.  
  267. In this version of QuikMenu you can only go to pages that have a
  268. menu item on them.  To add an item to a blank menu page you must be
  269. in Modify.
  270.  
  271.  
  272. DIALER
  273. ------
  274.  
  275. Only Com1 and Com2 buttons will show in the Dialer option under
  276. Setup.  This was done to make the dialer 100% compatible.  If you
  277. must put your modem on Com3 or Com4, you might try selecting Com2
  278. in QuikMenu to use Com3 or Com4.  This may not work with some
  279. systems.
  280.