home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / menuwiz.zip / MENUWIZ.DOC < prev    next >
Text File  |  1993-04-27  |  20KB  |  411 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                      Menu Wizard (TM) Version 4.0
  8.  
  9.                           SilvaSoft Company
  10.                             P.O. BOX 3401
  11.                          Kingsport, TN. 37664
  12.                             615-247-7551
  13.  
  14.          Menu Wizard is a very  powerful  and  easy  to  use  PC  Menu
  15.          program. The  program offers mouse support, an automatic  and
  16.          manual screen saver, Pop-Up Calculator, Calendar, File Viewer
  17.          and Editor along with  an  ASCII  table.  Password loading of
  18.          menu entries and keyboard locking is supported along with the
  19.          ability  to  disable  menu options. Menu-Wizard is not memory
  20.          resident.  The program is able  to unload itself completely
  21.          from memory, turn over control to the program you wish  to
  22.          run,  and then automatically reload itself.
  23.  
  24.          A) - Getting Started Creating menu selections.
  25.  
  26.          Adding  selections to Menu-Wizard involves setting up heading
  27.          information followed  by telling the program what to load and
  28.          where  to load it from. Menu-Wizard uses  syntax  similar  to
  29.          that used by PC Batch files.
  30.  
  31.          EXAMPLE1  - Lets say we want to load Lotus 1-2-3 which can be
  32.          found in a PC directory  called  LOTUSV2.  We  will  use  the
  33.          editor  that  comes  with  Menu Wizard  to  create  the  menu
  34.          selection. Load  the  Editor by hitting the F6 key on the PC.
  35.          For File Name, lets  enter  "LOTUS.MNU". All Menu Wizard menu
  36.          selection files always have the ".MNU" extension.
  37.  
  38.          We are now in the Editor. On the first line we would type -
  39.  
  40.          :HEADING LOTUS 1-2-3 Version 2.2
  41.  
  42.          the second line indicates the path -
  43.  
  44.          CD\LOTUSV2
  45.  
  46.          the third line is how we load the file -
  47.  
  48.          123
  49.  
  50.          We  could  now hit F7 to save this file  followed  by  F4  to
  51.          update  our  menu.  Congratulations, you have just added your
  52.          first selection to the menu.
  53.  
  54.          the complete 3 line file above called LOTUS.MNU would look as
  55.          follows:
  56.  
  57.          :HEADING LOTUS 1-2-3 Version 2.2
  58.          CD\LOTUSV2
  59.          123
  60.  
  61.          The  first line of any menu file "*.MNU"  must  always  start
  62.          with  a  :. If HEADING is not specified after the : then Menu
  63.          Wizard will use the  first  7  characters  after the : as the
  64.          Password to load that menu selection. EXAMPLE2:
  65.  
  66.          :SECRET  LOTUS 1-2-3 Version 2.2
  67.          CD\LOTUSV2
  68.          123
  69.  
  70.          In This EXAMPLE If you try to run LOTUS  1-2-3  from the menu
  71.          you  will  first be asked to supply a Password before you can
  72.          continue. If you fail to type  in  "SECRET",  you will not be
  73.          allowed  to  load  1-2-3  and will be returned  to  the  Main
  74.          Selection Menu.
  75.  
  76.          All   Menu   selections   on   a   given   level  are  sorted
  77.          alphabetically. If you want to change the order that programs
  78.          appear on your menu list you can indent  a  number  of spaces
  79.          for  your  title after the :HEADING area. Menu Wizard assumes
  80.          that your Program description starts on column position 10 on
  81.          the first line of the *.mnu file. If  you  insert  1  or more
  82.          spaces  then all the Program descriptions starting at line 12
  83.          will sort before those  starting  at  line 11 which will sort
  84.          ahead of those sorting at line 10. EXAMPLE3
  85.  
  86.          Alpha.mnu file first line:
  87.          :HEADING Alpha 4 Database
  88.          ...etc
  89.  
  90.          Harvard.MNU file first line:
  91.          :HEADING   Harvard Graphics
  92.          ...etc
  93.  
  94.          Although  Alpha  4  Database  should  sort   before   Harvard
  95.          Graphics,  Because we have indented Harvard Graphics to start
  96.          at position 12 rather  than  position  10,  We have moved the
  97.          Harvard Graphics program ahead of the Alpha 4 Database on the
  98.          menu selection.
  99.  
  100.          When  calling  your  program  in the *.MNU file, you can code
  101.          parameters to automatically  pass  to  the program just as if
  102.          you are starting the program from DOS.  If  you are trying to
  103.          use  Menu-Wizard  to  run  a  DOS  Batch  file  then you must
  104.          remember to use the word CALL before typing the Batch file to
  105.          run. If you do not do this, then after your  Batch file ends,
  106.          Menu Wizard will be unable to reload itself automatically.
  107.  
  108.          Lets  assume  you  have  a batch file called KQ5.BAT. To load
  109.          this file from Menu Wizard we might type:
  110.  
  111.          :HEADING Kings Quest 5
  112.          cd\sierra
  113.          CALL KQ5
  114.  
  115.          this  will  allow   the   program   to   run   correctly  and
  116.          automatically reload the menu on exiting.  If  you  had  just
  117.          coded  line  3  as  KQ5, then on exiting the program the menu
  118.          would not have been able to reload itself.
  119.  
  120.          Every time you select  F4  -  Update  Menu  Selections,  Menu
  121.          Wizard reads all your *.MNU file in the current directory and
  122.          recreates  a  new  MENU.DAT  file.  This  file  gives  record
  123.          information on the number of menu selections you have, and
  124.          which *.MNU file  needs  to be run when a given selection is
  125.          made. You can browse this file if you have forgotten a name
  126.          of a *.MNU file you need to modify or erase. You can also
  127.          Update menu selections from outside the program by typing:
  128.  
  129.          MENUWIZ CREATE
  130.  
  131.          If  you have responsibility in a company for maintaining many
  132.          PC's, then the ability  to  add or remove menu selections and
  133.          update systems using the MENUWIZ CREATE  option  could  be  a
  134.          significant time saver.
  135.  
  136.          F4 - Update Menu Selections
  137.          F5 - File Viewer
  138.          F6 - Editor
  139.          F7 - Ascii Table
  140.  
  141.          You  can  disable  any  or all of the four options above when
  142.          calling MENUWIZ by  passing  a  NOxxxx  OPTION on the command
  143.          line to disable that feature.
  144.  
  145.  
  146.          MENUWIZ NOUPDATE NOVIEW NOEDIT NOASCII
  147.  
  148.          All four options would be removed from  Menu  Wizard  if  you
  149.          code  the  command  line on loading Menu Wizard as that shown
  150.          above. To disable a user from  being  able  to use the EDITOR
  151.          you would code
  152.  
  153.          MENUWIZ NOEDIT
  154.  
  155.          The  DOS  "ESC"  key is the normal way that  Menu  Wizard  is
  156.          exited. For  some  situations  you  may wish to disable users
  157.          from being able to  EXIT  to  DOS.  You  can  use the "NOESC"
  158.          option on loading Menu Wizard which will  prevent  users from
  159.          exiting to DOS.
  160.  
  161.          MENUWIZ NOESC
  162.  
  163.          A backdoor option to Exit to DOS exists by typing ALT-P.
  164.  
  165.          This option can also be disabled if required by typing
  166.  
  167.          MENUWIZ NOESC NOALTP
  168.  
  169.          You can select programs to load from Menu Wizard using either
  170.          the mouse or using  the  arrow  keys.  Page Up and Page Down,
  171.          Home  and End Key all work with the program.  Also,  you  can
  172.          type  the  first  letter  of a Menu selection and Menu Wizard
  173.          will move instantly to that selection. Typing the same letter
  174.          a second time will find the next match.
  175.  
  176.          (Hint) - Windows Users may find it convenient  to add Windows
  177.          as  a  menu selection. This allows you to freely move between
  178.          your   DOS  and  Windows   programs   with   a   minimum   of
  179.          inconvenience.
  180.  
  181.          :HEADING Windows 3.1
  182.          cd\windows
  183.          win
  184.  
  185.          MENUWIZ for most users should probably be configured in the
  186.          AUTOEXEC.BAT to automatically load on startup.
  187.  
  188.          When  MENUWIZ  is  called  from  the  DOS   prompt   it  will
  189.          automatically  search  your DOS path statement to find a copy
  190.          of itself and will assume  that the *.MNU files also exist in
  191.          the area where it finds itself on your  computer.  This means
  192.          that you do not have to change to the directory where MENUWIZ
  193.          is located in to use  the  program  as  long as MENUWIZ is in
  194.          your DOS Path.
  195.  
  196.          IF you are running MENUWIZ on a Monochrome monitor or a non-
  197.          color laptop, you may want to load the program in Monochrome
  198.          mode. This is done by loading MENUWIZ with the "MONO" command
  199.          line prompt.
  200.  
  201.           MENUWIZ MONO
  202.  
  203.           =============================================================
  204.           B) - Options with Menu-Wizard
  205.  
  206.           F1 - Screen Saver
  207.  
  208.           Selecting this option will place Menu Wizard  in the  manual screen
  209.           saver mode. Hit any key to return to the normal menu. MenuWizard will
  210.           automatically  go to the screen saver mode if no  key  has  been hit
  211.           on the Keyboard for  5 minutes.  Menu Wizard automatically sets the
  212.           screen save in graphics mode if you have a VGA monitor.  You  can
  213.           disable the graphics screen  save and  use the monochrome graphics
  214.           save  if you prefer by loading Menu Wizard with the NOGRAPH option.
  215.  
  216.           MENUWIZ NOGRAPH
  217.  
  218.           The  NOGRAPH  option could be selected if you do not like the
  219.           Graphics screen saver and prefer a blank screen. The Graphics
  220.           Screen saver is only avalable for VGA systems, all others
  221.           automatically use a blank screen with the flashing time for
  222.           screen saving.
  223.  
  224.           ALT-F1 - Keyboard Lock with Screen Saver
  225.  
  226.           You can automatically force Menu Wizard to Lock your Keyboard and
  227.           run  the  screen saver section of the program by hitting the "ALT-F1"
  228.           key combination. On hitting any key, Menu Wizard will ask you for a
  229.           Password to Exit. If your password matched the  file  password  you
  230.           have created you will be allowed to exit  the  Screen Saver  portion
  231.           of  the  program.  For the Keyboard locking option to work you must
  232.           create  a file with the name "MENULOCK.FIL" in the directory which
  233.           MENUWIZ is loaded from. The first line of this file contains your
  234.           Keylock password, Up to 7 characters.  When ALT-F1 is called to
  235.           select the keyboad locking, A user is unable to reboot the computer
  236.           by hitting the Ctrl-ALT-Del Key combination.  Only a successful
  237.           password entry, or a complete power down will exit Key board locking.
  238.  
  239.           F2 - Pop-Up Calculator
  240.  
  241.           This four function calculator  should be a natural for anyone
  242.           that has used a calculator before. The calculator does show a
  243.           tape  so  you  can track you calculations. Also hit the H key
  244.           for additional help in using the calculator.
  245.  
  246.           F3 - Calendar
  247.  
  248.           Use the Page-Up and  Page-Down Key to move up or down 1 month
  249.           at  a time. Use the Ctrl-Page Up and Ctrl-Page  Down key  to
  250.           change  the  calendar 1 year at a time. The up and down arrow
  251.           keys will move you 1  week at a time and Left and right Arrow
  252.           Keys,  1 Day at a time. The Calendar does  offer full  mouse
  253.           support if your mouse is active.
  254.  
  255.           F4 - Update Menu Selections
  256.  
  257.           Use this option to update your selection menu after adding or
  258.           removing *.MNU files.  This menu can be disabled by using the
  259.           MENUWIZ NOUPDATE option. You can also update Menu Wizard from
  260.           the command line by typing MENUWIZ CREATE.
  261.  
  262.           F5 - File Viewer
  263.  
  264.           Use this option to view files in either text mode or HEX mode
  265.           for programers. After  hitting  F5,  type  the name of the PC
  266.           file with drive and path location if required.  This menu can
  267.           be disabled by using the MENUWIZ NOVIEW option.
  268.  
  269.           F6 - Editor
  270.  
  271.           Simple  to  use  Text  Editor.  Designed  to assist you while
  272.           creating the *.MNU files but can have many other uses also.  The
  273.           editor can be used to create batch files, perform simple edits on
  274.           text  files, etc. Hit F7 to  save your modified or created file while
  275.           in the editor or ESC to Quit without saving.  This menu  can  be
  276.           disabled by using the MENUWIZ NOEDIT option.
  277.  
  278.           F7 - Ascii Table
  279.  
  280.           Used  to  show  a  complete  list  of  all  ASCII characters
  281.           available  on  PC.  This  option  is  probably most useful to
  282.           programers, but is also  usable for some word processor users
  283.           that  need  to directly code special ASCII characters.  This
  284.           menu can be disabled by using the MENUWIZ NOASCII option.
  285.  
  286.           F8 ShareWare Registration
  287.  
  288.           This  option lists information on registering your product as well as
  289.           gives the option  of printing out a registration form for mailing.
  290.           MENU-Wizard is not free software.  It is  being released as
  291.           shareware. The basic cost for the product is $15 per copy for up to
  292.           10 copies and $13 per copy for 11 to 30 copies.  Companies  can  get
  293.           a customized version of Menu Wizard for $400, which allows them to
  294.           make  unlimited copies of Menu Wizard for use at all their locations
  295.           worldwide.  Please see the registration for details.
  296.  
  297.           As  a  thank you for registering your copy of Menu Wizard you
  298.           will receive an add-on program to Menu Wizard called DIRUTIL.
  299.           DIRUTIL is a very powerful yet extremely easy to use file and
  300.           Directory  manager. The program offers full mouse support and
  301.           is of the highest commercial  quality  available.  DIRUTIL is
  302.           not being released as shareware. This program  alone is worth
  303.           many  times  the registration fee of Menu Wizard and is yours
  304.           free for registering  the  program. Thanks for supporting the
  305.           ShareWare  Concept  and  allowing  quality software  to  be
  306.           available  for a fraction of the cost of commercial software.
  307.           When registering Menu  Wizard,  please specify if you require
  308.           5-1/4 or 3-1/2 disk to receive your copy of DIRUTIL.
  309.  
  310.  
  311.                   **** Menu-Wizard Released as SHAREWARE ****
  312.  
  313.          Shareware distribution gives users a chance to try software
  314.          before buying it. If you try a Shareware program and continue
  315.          using it, you are expected to register. Individual programs
  316.          differ on details --some request registration while others
  317.          require it, some specify a maximum trial period. With
  318.          registration, you get anything from the simple right to
  319.          continue using the software to an updated program with printed
  320.          manual.
  321.  
  322.          Copyright laws apply to both Shareware and commercial
  323.          software, and the copyright holder retains all rights, with a
  324.          few specific exceptions as stated below. Shareware authors are
  325.          accomplished programmers, just like commercial authors, and
  326.          the programs are of comparable quality. (In both cases, there
  327.          are good programs and bad ones!) The main difference is in the
  328.          method of distribution. The author specifically grants the
  329.          right to copy and distribute the software, either to all and
  330.          sundry or to a specific group. For example, some authors
  331.          require written permission before a commercial disk vendor may
  332.          copy their Shareware.
  333.  
  334.          Shareware is a distribution method, not a type of software.
  335.          You should find software that suits your needs and pocketbook,
  336.          whether it's commercial or Shareware. The Shareware system
  337.          makes fitting your needs easier, because you can try before
  338.          you buy. And because the overhead is low, prices are low also.
  339.          Shareware has the ultimate money-back guarantee -- if you
  340.          don't use the product, you don't pay for it.
  341.  
  342.                              DISCLAIMER - AGREEMENT
  343.  
  344.          Users of Menu Wizard must accept this disclaimer of warranty:
  345.  
  346.          "Menu Wizard is supplied as is.  The author disclaims all
  347.          warranties, expressed or implied, including, without
  348.          limitation,the warranties of merchantability and of fitness
  349.          for any purpose.The author assumes no liability for damages,
  350.          direct or consequential, which may result from the use of
  351.          Menu Wizard."
  352.  
  353.          Menu Wizard is a "shareware program" and is provided at no
  354.          charge to the user for evaluation.  Feel free to share it with
  355.          your friends, but please do not give it away altered or as
  356.          part of another system.  The essence of "user-supported"
  357.          software is to provide personal computer users with quality
  358.          software without high prices, and yet to provide incentive for
  359.          programmers to continue to develop new products.  If you find
  360.          this program useful and find that you are using Menu Wizard
  361.          and continue to use Menu Wizard after a reasonable trial
  362.          period, you must make a registration payment of $15 U.S.
  363.          to SilvaSoft. The $15 registration fee will license one copy
  364.          for use on any one computer at any one time.  You must treat
  365.          this software just like a book.  An example is that this
  366.          software may be used by any number of people and may be freely
  367.          moved from one computer location to another, so long as there
  368.          is no possibility of it being used at one location while it's
  369.          being used at another.  Just as a book cannot be read by two
  370.          different persons at the same time.
  371.  
  372.          Commercial users of Menu Wizard must register and pay for
  373.          their copies of Menu Wizard within 30 days of first use or
  374.          their license is withdrawn. Site-License arrangements may be
  375.          made by contacting SilvaSoft.
  376.  
  377.          Anyone distributing Menu Wizard for any kind of remuneration
  378.          must first contact SilvaSoft at the address below for
  379.          authorization. This authorization will be automatically
  380.          granted to distributors recognized by the (ASP) as adhering to
  381.          its guidelines for shareware distributors, and such
  382.          distributors may begin offering Financial Wizard immediately
  383.          (However, SilvaSoft must still be advised so that the
  384.          distributor can be kept up-to-date with the latest version of
  385.          Menu Wizard).
  386.  
  387.          You are encouraged to pass a copy of Menu Wizard along to your
  388.          friends for evaluation.  Please encourage them to register
  389.          their copy if they find that they can use it.  All registered
  390.          users will receive a free copy of DIRUTIL a very powerful
  391.          directory and file utility add-on product to Menu Wizard.
  392.  
  393.          This program is produced by a member of the Association of
  394.          Shareware Professionals (ASP).  ASP wants to make sure that
  395.          the shareware principle works for you. If you are unable to
  396.          resolve a shareware-related problem with an ASP member by
  397.          contacting the member directly, ASP may be able to help. The
  398.          ASP Ombudsman can help you resolve a dispute or problem with
  399.          an ASP member, but does not provide technical support for
  400.          members' products.  Please write to the ASP Ombudsman at 545
  401.          Grover Road, Muskegon, MI 49442 or send a CompuServe message
  402.          via CompuServe Mail to ASP Ombudsman 70007,3536."
  403.  
  404.  
  405.                                           Manuel A. Silva
  406.                                           SilvaSoft Company
  407.                                           P.O. BOX 3401
  408.                                           Kingsport, TN. 37664
  409.  
  410.                                           (615) - 247-7551
  411.