home *** CD-ROM | disk | FTP | other *** search
/ Lion Share / lionsharecd.iso / utils_mz / qkmnu106.zip / QM.HLP < prev    next >
Text File  |  1991-03-15  |  30KB  |  698 lines

  1.  
  2. QUIKMENU USERS GUIDE                              (version 1.06)
  3. --------------------
  4.  
  5. Located at the top of the screen are several command buttons used to
  6. control various aspects of QuikMenu. To activate a command button,
  7. either click the button with a mouse or hold down the ALT key and
  8. press the underlined letter of the desired command.
  9.  
  10. As you have no doubt already discovered, help can be obtained by
  11. pressing the F1 function key. Use the PAGE UP, PAGE DOWN, HOME and END
  12. keys to view the help information. To print the help file, select the
  13. Print command from the top of the help screen. To exit the help
  14. screen, press the ESC key or select the Done command button.
  15.  
  16. The following is a description of the command buttons:
  17.  
  18. Modify    Allows you to make changes to the menu, such as adding
  19.           programs, setting passwords, changing page titles,
  20.           background color, etc.
  21.  
  22. Page      Displays a list box showing all 40 page titles. Selecting
  23.           a page from the box will display that page on the screen.
  24.           If a page has been protected, users will be required to
  25.           enter a password before the page can be displayed. You can
  26.           also create page buttons to move between specific pages.
  27.  
  28. ,       Use these buttons to display the previous or next page in
  29.           the menu. You may also use the PAGE UP, PAGE DOWN, HOME and
  30.           END keys to view the menu.
  31.  
  32. DOS       Allows you to temporarily leave QuikMenu to perform DOS
  33.           operations.
  34.  
  35. Log       Allows you to display, sort and print a report of program
  36.           usage.
  37.  
  38. Exit      Leaves the QuikMenu environment completely.
  39.  
  40. Help      Displays this screen. Use the PAGE UP, PAGE DOWN, HOME and
  41.           END keys to view the help or select the Print command to
  42.           send the file to your printer.
  43.  
  44.  
  45. MODIFYING THE MENU
  46. ------------------
  47.  
  48. The Modify Command is used to add, edit, copy, move or delete page and
  49. program buttons. In this mode, you may also change page titles, set
  50. page passwords and alter the initial menu setup.
  51.  
  52. The Modify command can be Password protected. (See Setup below.)
  53.  
  54.  
  55. ADDING NEW ITEMS TO YOUR MENU
  56. -----------------------------
  57.  
  58. The Add command allows you to add new buttons to your menu. Once the
  59. Add command button is selected, you will be asked which type of button
  60. you want to create: Software Button or Page Button.
  61.  
  62.  
  63. ADDING SOFTWARE BUTTONS
  64. -----------------------
  65.  
  66. Software Buttons allow you to run programs, format disks, backup
  67. directories and so on. If you select Software Button from the Add
  68. dialog box, you will see a screen with the following options: 
  69.  
  70. Speed Key      This is the key on your keyboard that will be used to
  71.                activate the Software Button. Valid choices are
  72.                letters A through Z, numbers 0 through 9 and the
  73.                characters: @ #  $ % & * ( ) + { } [ ] : ; < > ? ! /
  74.                | \ " ^ - _ ~ . , = ` '.
  75.  
  76. Name           This is the text that will be displayed inside the
  77.                Software Button for reference - usually the name of
  78.                the program that the button will activate.
  79.  
  80. Location       This is the drive and directory where the program or
  81.                DOS option is located. For example: C:\WP51. (See List
  82.                Programs below.)
  83.  
  84. Command        This is the command that DOS uses to run the program
  85.                or DOS option. For example, if you normally load your
  86.                word processor by typing WP at the DOS prompt (C:\),
  87.                then enter WP here. (See List Programs below.)
  88.  
  89.                If you want to automatically load a document, macro or
  90.                some other file with the program, type the file's name
  91.                at the end of the command line. For example:
  92.  
  93.                WP C:\FILES\MEMO.LTR
  94.  
  95.                You may also include any command line options,
  96.                parameters or switches required to make the program
  97.                work.
  98.  
  99.                There are a number of options that can be added to the
  100.                command line that make QuikMenu very powerful.
  101.  
  102.                Placing a pair of [] brackets on the command line with
  103.                a question between them will prompt you whenever the
  104.                item is activated. For example, a command like:
  105.  
  106.                FORMAT [Which Drive?]
  107.  
  108.                will prompt you with the question "Which Drive?" each
  109.                time you activate the Format button. Your response, if
  110.                any, is then passed along to the FORMAT program.
  111.  
  112.                You can even place multiple questions on the same
  113.                command line. For example:
  114.  
  115.                COPY [Source File?] [Destination?]
  116.  
  117.                QuikMenu questions can even include an optional
  118.                default answer. Users can then select the default
  119.                simply by pressing ENTER. Answers are indicated by a
  120.                caret (^) symbol inside the [] brackets. For example,
  121.                the command: FORMAT [Which Drive?^A:] establishes A:
  122.                as the default choice.
  123.  
  124.                You can also have the button display a list of files
  125.                to choose from simply by putting an equal sign (=)
  126.                inside the [] brackets. For example, a command like:
  127.  
  128.                WP [Which File?=C:\FILES\*.DOC]
  129.  
  130.                allows you to choose from a list of files in the
  131.                C:\FILES directory that have the extension .DOC. The
  132.                *.DOC is a standard directory mask used by DOS to
  133.                display only certain types of files. See your DOS
  134.                manual for more information about masks.
  135.  
  136.                By using two equal signs (==) instead of one, you can
  137.                search for files across an entire drive. For example,
  138.                a command like:
  139.  
  140.                WP [Which File?==C:\*.DOC]
  141.  
  142.                will find every file with the .DOC extension on C:
  143.                drive, regardless of which directory it's in.
  144.  
  145.                If you use the equal sign (=) or double equal sign
  146.                (==) without a mask, the List Files box will display
  147.                only executable program files (*.BAT, *.COM and
  148.                *.EXE). For example:
  149.  
  150.                [Select a Program=]
  151.  
  152.                You may also combine the above examples and even place
  153.                questions within questions. For example:
  154.  
  155.                WP [Select a File=[Type of File?]]
  156.  
  157.                There is also an option you can use on the command
  158.                line for viewing ASCII text files. For example, to
  159.                view your AUTOEXEC.BAT file, use the command:
  160.  
  161.                @VIEW=C:\AUTOEXEC.BAT
  162.  
  163.                Another command line option built into QuikMenu allows
  164.                you to create and edit ASCII text files. For example,
  165.                to edit your CONFIG.SYS file, use the command:
  166.  
  167.                @EDIT=C:\CONFIG.SYS
  168.  
  169.                For more information about QuikMenu's text editor see
  170.                Editor below.
  171.  
  172.                You can even use the @VIEW and @EDIT options with
  173.                other command line functions. For example:
  174.  
  175.                @VIEW=[View what?=C:\*.*]
  176.  
  177.                To run a program without returning to QuikMenu, simply
  178.                place the !BYE option at the end of the command line.
  179.                For example, to run a hard drive parking utility use
  180.                the command:
  181.  
  182.                PARK !BYE
  183.  
  184.                Normally when Quikmenu activates a software
  185.                application it does so by loading a temporary DOS
  186.                command shell. This method is very reliable and always
  187.                assures that QuikMenu is reloaded after an application
  188.                is terminated. There may be instances, however, when
  189.                a DOS shell interferes with certain functions, such as
  190.                loading and removing TSR's. The !NOSHELL option allows
  191.                QuikMenu to run applications without invoking a DOS
  192.                command shell. If this option is used when running
  193.                batch files, you will need to use one of the following
  194.                procedures to return to QuikMenu after the batch file
  195.                is finished:
  196.  
  197.                1.) Place the DOS CALL option before the name of the
  198.                batch file in the button's command line. For example:
  199.  
  200.                CALL MYBATCH !NOSHELL
  201.  
  202.                2.) Include commands for returning to QuikMenu at the
  203.                end of the batch file. For example:
  204.  
  205.                C:
  206.                CD\QUIKMENU
  207.                QM
  208.  
  209.  
  210. List Programs  This option is used to locate a program on your hard
  211.                drive and place the information in the Location and
  212.                Command fields.
  213.  
  214.                Drive and directory names are enclosed within brackets
  215.                ([]) to make them easily distinguishable from files.
  216.                Selecting a directory, such as [WP51], displays a list
  217.                of all program files within that directory. Selecting
  218.                the parent directory, [..], moves up one level in the
  219.                directory tree while the [\] symbol takes you all the
  220.                way back to the root directory of the current drive.
  221.  
  222.                The find option allows you to change what type of
  223.                files will be displayed in the List Programs window.
  224.                You may use any standard DOS file name specifications;
  225.                for example, the wild card options * and ?, parts of
  226.                file names, extensions and even full file names.
  227.                
  228.                Select the Search Entire Drive option to find files
  229.                across an entire drive.
  230.  
  231. Password       This option allows you to protect a Software Button
  232.                from being activated and/or modified by unauthorized
  233.                users.
  234.  
  235. Options        This option allows you to choose among several button
  236.                shapes as well as select the fill, text and border
  237.                colors for the Software Button. You can also change
  238.                the button's font style, size and text alignment.
  239.  
  240. Pause          Select this option if you want the program to pause
  241.                after it's finished running and prompt you with a
  242.                "Strike any key when ready..." message.
  243.  
  244. Ask For File   This option inserts a question ([Select a File=*.*])
  245.                into the command line requesting QuikMenu to display
  246.                a list of files whenever this button is activated.
  247.  
  248. Editor         This option allows you to create or modify DOS batch
  249.                files. Selecting this option starts QuikMenu's text
  250.                editor and automatically loads any batch file found at
  251.                the beginning of the command line. If the command line
  252.                is empty or does not contain a file name then the
  253.                editor is evoked with a blank screen ready for text
  254.                entry. If the file on the command line does not
  255.                already exist, you will be asked if you want to create
  256.                it. File size is limited only by the amount of
  257.                available RAM.
  258.  
  259.                Editor commands include:
  260.  
  261.                Key                 Action
  262.                ------------------------------------------------
  263.                UP ARROW            Up one line
  264.                DOWN ARROW          Down one line
  265.                LEFT ARROW          Left one character
  266.                RIGHT ARROW         Right one character
  267.                PGUP                Up one screen
  268.                PGDN                Down one screen
  269.                HOME                Beginning of line
  270.                END                 End of line
  271.                CTRL + HOME         Top of file
  272.                CTRL + END          End of file
  273.                TAB                 Inserts 5 spaces
  274.                INSERT              Toggles insert/overwrite
  275.                CTRL + T            Erase current line
  276.                CTRL + Y            Delete line
  277.                ENTER               Inserts a line (insert mode)
  278.                DEL                 Delete right
  279.                BACKSPACE           Delete left
  280.                ALT + S             Save and continue editing
  281.                ESC, ALT + D        Save and exit
  282.  
  283.                After you have completed your modifications, choose
  284.                the Done command from the top of the screen. You will
  285.                be asked if you want to save the changes. If the file
  286.                already exists, you will also be asked if you want to
  287.                replace it or save the changes under a new name. No
  288.                backup file (*.BAK) will be created in either
  289.                circumstance.
  290.  
  291.                You can also use the editor to modify other ASCII text
  292.                files (see Command above).
  293.  
  294.  
  295. ADDING PAGE BUTTONS
  296. -------------------
  297.  
  298. Page Buttons are used to move between pages within the menu. For
  299. example, page one might contain a button labeled "Games" which is
  300. linked to page five. Page five might contain several items related to
  301. game software as well as a "Go Back" button for returning to page one.
  302. Individual pages can be password protected with the Protect command.
  303.  
  304. If you select Page Button from the Add dialog box, you will see a
  305. screen with the following options:
  306.  
  307. Speed Key      This is the key on your keyboard that will be used to
  308.                activate the Page Button. Valid choices are letters A
  309.                through Z, numbers 0 through 9 and the characters: @
  310.                # $ % & * ( ) + { } [ ] : ; < > ? ! / | \ " ^ - _ ~ .
  311.                , =  ` '.
  312.  
  313. Name           This is the text that will be displayed inside the
  314.                Page Button for reference - usually a description of
  315.                the contents of the page the button is linked to.
  316.  
  317. Link to...     In this field, type the number of the page you want to
  318.                link this button to. Valid page numbers are 1 to 40.
  319.                (See List Pages below.)
  320.  
  321. List Pages     This option serves as an alternative method for
  322.                filling in the Name and Link fields above. Selecting
  323.                this option displays a dialog box containing a list of
  324.                page titles for all 40 QuikMenu pages. Use the UP and
  325.                DOWN arrow keys to reach the page you want and press
  326.                ENTER.
  327.  
  328. Options        This option allows you to choose among several button
  329.                shapes as well as select the fill, text and border
  330.                colors for the Page Button. You can also change the
  331.                button's font style, size and text alignment.
  332.  
  333.  
  334. EDITING MENU ITEMS
  335. ------------------
  336.  
  337. The Edit option allows you to change the appearance and behavior of
  338. a button. After selecting the Edit command, select the button you want
  339. to change by typing its speed key or clicking it with the mouse. A
  340. dialog box like the one used to create the item will appear. (See
  341. Adding Software and Page Buttons above.)
  342.  
  343.  
  344. COPYING MENU ITEMS
  345. ------------------
  346.  
  347. The Copy command will allow you to make an exact duplicate of an
  348. existing button. Copied buttons can be placed anywhere on the current
  349. page or even moved to another page by pressing the PAGE UP or PAGE
  350. DOWN keys. This is handy when you want to place the same button on
  351. multiple pages. (See Moving Menu Items below.)
  352.  
  353.  
  354. MOVING MENU ITEMS
  355. -----------------
  356.  
  357. The Move command will allow you to change the position of a button.
  358. To move a button, select the Move command from the top of the screen.
  359. Next, select a button by typing its speed key or clicking it with a
  360. mouse. Position the button by using the arrow keys or by moving the
  361. mouse. To move the button to another page, press the PAGE UP or PAGE
  362. DOWN keys until the desired page appears on the screen. To anchor the
  363. button, press ENTER or click the mouse. From the modify mode, you can
  364. also move a button by typing its speed key or clicking it with a mouse
  365. without selecting the Move command.
  366.  
  367.  
  368. SIZING MENU ITEMS
  369. -----------------
  370.  
  371. The Size command allows you to alter the dimensions of a button.  To
  372. size a button, select the Size command from the top of the screen.
  373. Next, select a button by typing its speed key or clicking it with a
  374. mouse. Size the button by using the arrow keys or by moving the mouse.
  375. When the button has reached the desired proportions, press ENTER or
  376. click the mouse. The button cannot be smaller than the width and
  377. height of the text inside it.
  378.  
  379.  
  380. DELETING MENU ITEMS
  381. -------------------
  382.  
  383. Use the Delete command to remove unwanted buttons from your menu. To
  384. delete a button, select the Delete command from the top of the screen.
  385. Next, select a button by typing its speed key or clicking it with the
  386. mouse. You will be asked if you are sure you want to delete the
  387. button. Press ENTER to delete it or ESC to cancel.
  388.  
  389.  
  390. CHANGING PAGE TITLES
  391. --------------------
  392.  
  393. The Title command allows you to assign titles to each of QuikMenu's
  394. 40 pages. Menu titles appear at the top of each page and may contain
  395. up to 40 characters. This allows you to identify your menu screens
  396. with descriptive names like "DOS Commands", "Games", "Sally's
  397. Programs" or whatever.
  398.  
  399. When you choose the Title command, a dialog box will appear with the
  400. title of the current page already displayed. To change the title,
  401. backspace over the existing text and type the new title. You can also
  402. change the title of other pages by pressing the PAGE UP or PAGE DOWN
  403. keys until the desired title appears in the text field. The number of
  404. the affected page is displayed at the top of the dialog box.
  405.  
  406.  
  407. PASSWORD PROTECTING PAGES
  408. -------------------------
  409.  
  410. QuikMenu allows you to protect an entire page with a unique password.
  411. In this manner, unauthorized users can be prevented from accessing
  412. programs or even viewing selected pages. All pages except the first
  413. page may be protected. If you use this feature, be sure to remember
  414. your password. A forgotten password means you will not be able to
  415. access pages protected with this feature.
  416.  
  417. Once a page has been protected you must enter the correct password
  418. before the page can be used. You may, however, access pages before and
  419. after the protected page provided they are not also protected.
  420.  
  421.  
  422. USING THE SETUP COMMAND
  423. -----------------------
  424.  
  425. The Setup command provides you with the means to personalize many
  426. features of QuikMenu. You can use Setup to change the screen colors,
  427. set the date and time, change the mouse speed and set overall password
  428. protection.
  429.  
  430. SCREEN
  431.  
  432. Color          Use the option to change the color of the selected
  433.                QuikMenu item. To select an item, choose the F5=List
  434.                button. A dialog box will appear containing a list of
  435.                interface elements that can be colorized. Scroll down
  436.                the list using the cursor keys or the mouse until the
  437.                desired item is highlighted. Press ENTER or click the
  438.                item with the mouse. Next, select a color by pressing
  439.                ALT-O until the desired color is highlighted or click
  440.                one of the colors with the mouse. Repeat for each item
  441.                you wish to modify.
  442.  
  443. Save screen    The Screen Saver option allows you to set the time
  444.                interval for the built-in screen saver utility. The
  445.                screen saver continuously monitors your mouse and
  446.                keyboard. If no activity has occurred for a period of
  447.                time equal to the chosen interval, then the QuikMenu
  448.                screen is replaced by an exploding clock. To restore
  449.                QuikMenu, press any key or move the mouse. To turn the
  450.                screen saver off, set the interval to zero. The screen
  451.                saver may also be activated by pressing the F5
  452.                function key. NOTE: The screen saver only works while
  453.                you are in QuikMenu, not in other programs.
  454.  
  455. Sound          Quikmenu occasionally emits audible beeps and tones in
  456.                response to certain menu actions. If you're irritated
  457.                by this type of noise, simply turn this option off.
  458.  
  459. Confirm        Select this option to request a confirmation (Yes/No)
  460.                before a program, phone dialer or macro is activated.
  461.                Confirm also applies to the DOS and Exit commands.
  462.  
  463. 3-D            This option allows Quikmenu's three dimensional
  464.                interface to be turned off.
  465.  
  466. Speed keys     This option allows the speed key character in front of
  467.                the button text to be turned off. All speed keys
  468.                remain fully functional; the only difference is that
  469.                they are not displayed.
  470.  
  471. Display grid   Select this option to display a visible grid to use as
  472.                a reference when positioning buttons on the menu.
  473.  
  474. Snap to grid   Use this option to automatically snap to the grid when
  475.                positioning and sizing buttons on the menu. The grid
  476.                does not need to be visible to use this feature.
  477.  
  478. PASSWORD
  479.  
  480. The Password function is used to prevent unauthorized users from
  481. running the DOS Shell, modifying the menu, viewing the Time Log and
  482. leaving QuikMenu. Type your password in the text field and select the
  483. items you want to be protected. Protected items appear with an X next
  484. to them. If you use this feature, be sure to remember your password.
  485. A forgotten password means you will not be able to access the
  486. protected options.
  487.  
  488. Command functions that can be protected are: Modify, DOS, Log and
  489. Exit. To protect an option(s), type your password into the text field
  490. and select the items to be protected.
  491.  
  492. Optionally, these command buttons may be hidden from the menu by
  493. selecting the appropriate check box. Hidden command buttons cannot be
  494. accessed via the mouse. Keyboard access, however, is still available.
  495. Functions that are to have restricted access should also be password
  496. protected.
  497.  
  498.  
  499. TIME LOG
  500.  
  501. The Time Log option allows you to turn the log on or off and
  502. to change the name of the file used to store the log information. The
  503. default name of the log file is QM.LOG. To turn the log on or off,
  504. just hold down the ALT key and press the letter K. If you have a
  505. mouse, just click on the "Keep a time log..." button. 
  506.  
  507. It's a good idea to change the name of the time log periodically -once
  508. a month or once a quarter if you use a variety of programs each day.
  509. The log size is limited only by the space available on your hard
  510. drive. However, the smaller the file, the faster the searching and
  511. sorting will be. (See Log below.)
  512.  
  513. DATE/TIME
  514.  
  515. The system Date/Time can be set by tabbing to each field and
  516. changing the numeric value to match the date and time. AM or PM
  517. can be selected by holding down the Alt key and pressing A or P. If
  518. you have a mouse you can just click on the AM or PM buttons. NOTE:
  519. This function may not work on some XTs since there is no standard
  520. among XT clock cards.
  521.  
  522. MOUSE
  523.  
  524. Use this option to adjust the sensitivity of your mouse. The higher
  525. the setting, the less desk space you'll need to move the mouse across
  526. the screen.
  527.  
  528.  
  529. LEAVING THE MODIFY MODE
  530. -----------------------
  531.  
  532. When you have finished modifying your menu, select the Done command
  533. to save your changes and return to the main mode.
  534.  
  535.  
  536. USING THE TIME LOG
  537. ------------------
  538.  
  539. QuikMenu's Time Log can be a valuable resource for consultants,
  540. secretaries, lawyers or anyone who keeps track of expenses on the
  541. basis of time. The Time Log allows you to view, sort and print reports
  542. based on how long and how often you use your computer.
  543.  
  544. The log keeps track of programs by the names you assign to your
  545. Software Buttons. It may be helpful to keep a separate pages of
  546. Software Buttons for specific projects and give each button a unique
  547. project name. For example, page six could have a "Jones Word
  548. Processor", a "Jones Database" and a "Jones Spreadsheet".
  549.  
  550. If you select the Search command button while in Log a dialog box with
  551. the following options will appear:
  552.  
  553. Report Title   This is the title for the report that will be printed
  554.                at the top of each page.
  555.  
  556. Sort by        Select the Program button to sort log entries
  557.                alphabetically by name. Choose the Date button to sort
  558.                log entries in chronological order.
  559.  
  560. View as        This option controls the level of detail displayed in
  561.                the time log. The Summary option displays each log
  562.                entry only once and shows the total number of times
  563.                each item was used. The Detail option shows time in,
  564.                time out and the total time for each item.
  565.  
  566. Find           Use this option to locate specific programs or
  567.                projects within the time log. For example, typing
  568.                "Word" will find log entries for "WordPerfect",
  569.                "Wordstar" and "Word Processing" - anything that
  570.                begins with "WORD".
  571.  
  572. Start date     If you want to search a specific date range, type in
  573.                the month, day and year in numeric format, ie:
  574.                10-12-1990. Leave this field blank to search from the
  575.                beginning of the file.
  576.  
  577. End date       If you want to search a specific date range, type in
  578.                the month, day and year in numeric format, ie:
  579.                10-22-1990. Leave this field blank to search to the
  580.                end of the file.
  581.  
  582. To turn the Time Log on or off or to change the log file name, see
  583. Setup above. 
  584.  
  585.  
  586. USING QUIKMENU WITH TSR PROGRAMS
  587. --------------------------------
  588.  
  589. This option is for those who like to use those handy Pop-Up
  590. calculators, note pads, outliners, etc. QuikMenu includes a handy TSR
  591. window that allows you to easily access your favorite TSR utilities.
  592.  
  593. Simply load your TSR's as you normally do, then activate QuikMenu.
  594. From the QuikMenu main or modify screens, press the F3 function key.
  595. Quikmenu's graphical display is replaced by a text-only window. At
  596. this point, input the key combination required to bring up your TSR.
  597. When you're finished, exit your TSR and press ESC to return to
  598. QuikMenu.
  599.  
  600. To load or unload TSR's from within QuikMenu, see the !NOSHELL command
  601. under Adding Software Buttons above. NOTE: This may not work with all
  602. TSR software.
  603.  
  604.  
  605. USING QUIKMENU ON A NETWORK
  606. ---------------------------
  607.  
  608. QuikMenu can be used with Local Area Networks. Network users should
  609. start Quikmenu by entering QNET "user-name" at the DOS prompt. For
  610. example:
  611.  
  612. QNET Doris
  613.  
  614. - or -
  615.  
  616. QNET Fred
  617.  
  618. If you don't have a QNET.BAT file, try installing QuikMenu again. Be
  619. sure to specify that you're using QuikMenu on a network.
  620.  
  621. Network users may also wish to use the !USER variable on the command
  622. line of Program Buttons. When a button with this variable is
  623. activated, the user's name will be substituted for !USER in the
  624. command line. For example, if each user had their own directory on
  625. the network, you could create a program button that would start a
  626. program and list files from the user's directory. The command might
  627. look like:
  628.  
  629. WP [Files?=F:\!USER\*.*]
  630.  
  631. This variable can be used in any situation that requires the user's
  632. name, ie: custom batch files, etc.
  633.  
  634. If two or more users share the same workstation you may want them to
  635. log-on under different names depending on who's using the system. To
  636. accomplish this without exiting and reloading QuikMenu, create a
  637. Software Button with the following location and command fields:
  638.  
  639. Location: F:\QUIKMENU
  640.  
  641. Command:  QNET [Please enter your user id:] !BYE
  642.  
  643.  
  644. COMMAND LINE OPTIONS
  645. --------------------
  646.  
  647. You can specify several options when starting QuikMenu. An option
  648. consists of a slash (/) followed by an option letter followed by
  649. information about that option.
  650.  
  651. Video Mode     QuikMenu automatically determines what type of monitor
  652.                you have and loads the appropriate software driver. If
  653.                you have an unusual video card, you may want to
  654.                override the built-in video detection routine. The /G
  655.                allows you to run QuikMenu in a variety of different
  656.                graphics modes depending on your hardware.
  657.  
  658.                WARNING: CHOOSING AN INCOMPATIBLE DRIVER MAY CAUSE
  659.                UNEXPECTED RESULTS AND SOME EXTREME CASES DAMAGE TO
  660.                YOUR MONITOR OR VIDEO CARD. DON'T TRY THIS OPTION
  661.                UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING.
  662.  
  663.                Usage: /Gx   x = one of the commands below
  664.  
  665.                Video Mode          Command
  666.                ---------------------------
  667.                Hercules              7.0
  668.                CGA                   1.4
  669.                MCGA 640x200          2.4
  670.                MCGA 640x480          2.5
  671.                EGA 640x200           3.0
  672.                EGA 640x350           3.1
  673.                EGA 64K               4.0
  674.                VGA                   9.2
  675.                AT&T 640x400          8.5
  676.                IBM 8514 640x480      6.0
  677.                IBM 8514 1024x768     6.1
  678.  
  679. Other Menus    This option can be used to create or access other
  680.                QuikMenu (*.MNU) menu files.
  681.  
  682.                Usage: /Mx   x = filename
  683.  
  684.                Example: QM /Mmymenu.mnu
  685.  
  686.                If you specify a non-existent file name, QuikMenu will
  687.                attempt to create a new menu. QuikMenu will use the
  688.                new menu file until you tell it not to. To return to
  689.                your original menu type:
  690.  
  691.                QM /MQM.MNU
  692.  
  693. Hello Message  The /H option displays a greeting message each time
  694.                QuikMenu is loaded. Possible messages include: "Good
  695.                Morning", "Good Afternoon" and "Good Evening"
  696.                depending on what time of day it is.
  697.  
  698.                Usage: /H