home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK5 / DOS_29 / STMENU.ZIP / STMENU.DOC < prev    next >
Text File  |  1990-05-31  |  12KB  |  274 lines

  1.                                 Star Trek Menu
  2.                                   version 1.0
  3.  
  4.                            Program by:  Rory Glasgow
  5.                             Design by:  Russell Boyd
  6.  
  7.                       copyright (C) 1990 by Rory Glasgow
  8.  
  9.          This version of  STMENU is intended for DOS  versions 3.3 and
  10.          higher. If  you have difficulty  using STMENU (if  it doesn't
  11.          return to the  menu after you exit a  selected program), then
  12.          download  STMENU2.ZIP.   STMENU2  is  designed   for  earlier
  13.          versions  of DOS  that do   not have  the features  that this
  14.          version of STMENU utilizes.
  15.  
  16.  
  17.  
  18.  
  19.  
  20.                                   Description
  21.  
  22.          Star Trek  Menu is a sort  of "theme menu". It  is similar in
  23.          looks and  operation to other  hard drive menus  out there in
  24.          the BBS community, but is smaller and faster  than most.  The
  25.          big thing that sets Star Trek  Menu apart from others is that
  26.          it is  styled after the  computer interface displays  in Star
  27.          Trek:  The Next Generation.  Yes, there is finally a menu for
  28.          the hard-core Trekkie!!
  29.  
  30.          Not only  does Star Trek Menu  (STMENU) resemble the computer
  31.          consoles in looks, but it  also has nifty sound effects (that
  32.          may be toggled off for you late-night computer users).
  33.  
  34.          STMENU  is  designed  to  run  on  a  hard  drive system, and
  35.          REQUIRES some type of color  video adapter (such as CGA, EGA,
  36.          or VGA).
  37.  
  38.  
  39.  
  40.                                  Registration
  41.  
  42.          STMENU is  distributed as SHAREWARE.  This means that  if you
  43.          find STMENU  of use and  wish to keep  on using it,  you must
  44.          register  it with  the author.  Registration entitles  you to
  45.          free  upgrades in  the future.  No future  versions of STMENU
  46.          will appear, except to those  who register. New versions will
  47.          include greater  access to DOS from  within the menu, special
  48.          utilities (like a built in  text editor and calculator), more
  49.          more sound effects, and bug fixes (if any).
  50.  
  51.          Registration is $15.  Send your address and a  check or money
  52.          order to:
  53.  
  54.                     Rory Glasgow
  55.                     Rt 4 Box 2104 Meadow Ln
  56.                     Porter, TX  77365
  57.  
  58.          Whenever an  update occurs (about  every 1 1/2  to 2 months),
  59.          you will receive a new copy in the mail.
  60.  
  61.          Source code is available by request to registered users.
  62.  
  63.          Star Trek Menu may be distributed freely as long as no fee is
  64.          charged  for its  use or   distribution, and  as long  as the
  65.          contents of the original archive are not modified in any way.
  66.  
  67.  
  68.  
  69.                                   Disclaimer
  70.  
  71.          This  program  is  provided   AS  IS  without  any  warranty,
  72.          expressed or implied. The author will assume no liability for
  73.          damages either  from the direct use  of this product or  as a
  74.          consequence of the use of this product.
  75.  
  76.  
  77.  
  78.  
  79.                                  Installation
  80.  
  81.          The  file   INSTALLS.EXE  handles  all   of  the  setup   and
  82.          installation for STMENU. You MUST use INSTALLS, as it creates
  83.          certain files that are not in the archive. Place the contents
  84.          of the STMENU archive into a directory on your hard drive (or
  85.          on a floppy drive), and execute INSTALLS.
  86.  
  87.          INSTALLS will present a menu with the following options:
  88.  
  89.                1.  Install STMENU
  90.                2.  Modify STMENU's batch file
  91.                3.  Quit
  92.  
  93.          Option 1 activates the installation process. You will have to
  94.          provide the following information:
  95.  
  96.                * The drive on which STMENU will reside.
  97.                * The directory in which STMENU will reside.
  98.                * The drive you want STMENU to exit to when
  99.                  you exit to the DOS prompt.
  100.  
  101.          Option  2 allows  you to  add in  additional commands  to the
  102.          batch file  that activates STMENU. This  batch file is really
  103.          the  heart of  STMENU--it runs  the menu  program, then  runs
  104.          whatever selections you choose from the menu. Some people may
  105.          wish to load  certain programs before the menu  is loaded. An
  106.          example might be an EGA/VGA  video font (which  some programs
  107.          crash,  so  the  font  must  be  reloaded after running those
  108.          programs).
  109.  
  110.          After  selecting  2,  nine  blank  lines  will  appear on the
  111.          screen.  The first  line will  be highlighted.  You can enter
  112.          commands for the batch file  here. For example, you may enter
  113.          the following:
  114.  
  115.                C:\UTIL\S.COM
  116.                ECHO Here we go again!
  117.                call phaser.bat
  118.  
  119.          Note that any time you want to call another batch file (as in
  120.          PHASER.BAT, in  the example), you MUST  use the CALL command.
  121.          If you don't do this, STMENU will not be loaded.
  122.  
  123.          All commands that you enter in this simple editor will be run
  124.          before the  menu is loaded. This  includes when you've exited
  125.          from a program that you selected from the menu.
  126.  
  127.          Editor commands:
  128.  
  129.                TAB advances you to the next line.
  130.                ENTER exits the editor and returns you to the menu.
  131.  
  132.          The  file STM.BAT  loads STMENU  and is  also responsible for
  133.          loading programs that you select  from the menu. STM.BAT must
  134.          always reside in  the same directory as STMENU.  You may want
  135.          to  add this  directory to  your  DOS  path so  that you  may
  136.          execute STM.BAT  from any other directory;  however, there is
  137.          another alternative, as described below.
  138.  
  139.  
  140.  
  141.                               Instant Access Key
  142.  
  143.          The program INSTALLI.EXE  will set up your system  to be able
  144.          to load STMENU in a single keypress from the DOS prompt. This
  145.          feature  requires  that  you  have  ANSI.SYS  or a compatible
  146.          program installed in your CONFIG.SYS. It will check to see if
  147.          you  have a  copy installed.   If you  do not,  INSTALLI will
  148.          install a  copy for you  (make sure that  you have a  copy on
  149.          floppy disk first, though).
  150.  
  151.          After INSTALLI  has either confirmed  that you have  ANSI.SYS
  152.          installed or has installed it, it will ask you which function
  153.          key you want to  use for loading STMENU.  You may choose from
  154.          F5 through F10. INSTALLI will then  make a small modification
  155.          to  your AUTOEXEC.BAT  file (and your  PROMPT command, if you
  156.          have one).  Reboot your machine, and from  that point  on you
  157.          will be able  to load STMENU from the  DOS prompt by pressing
  158.          the selected  function key. This feature  does not affect the
  159.          operation of that key in programs.
  160.  
  161.  
  162.  
  163.                              Using Star Trek Menu
  164.  
  165.          STMENU uses a fairly common  method of dividing programs into
  166.          categories. Two columns appear on the screen: the left column
  167.          is lettered from A though M, and the right is numbered from 1
  168.          through 13. The left column represents program categories, or
  169.          "pages". The right column  represents the actual programs, or
  170.          "entries". A page might be something like "Drawing Programs",
  171.          and an entry might be something like "PC Paintbrush".
  172.  
  173.          Pages and Entries both appear  in light blue. Those pages and
  174.          entries that are currently selected are highlighted in white.
  175.          Those that are empty are  marked with small yellow blocks.
  176.  
  177.          Menu commands:
  178.  
  179.                    F1  -- Help.  Displays commands.
  180.                    F5  -- Edit a page.
  181.                    F6  -- Edit an entry.
  182.                    F9  -- Set standby time.
  183.                   F10  -- Toggle sound on/off.
  184.  
  185.                  PgUp  -- move up one page.
  186.                  PgDn  -- move down one page.
  187.              up arrow  -- move up one entry.
  188.            down arrow  -- move down one entry.
  189.  
  190.                 ENTER  -- execute an entry.
  191.  
  192.           A through M  -- move to the selected page.
  193.          1 through 13  -- execute the selected entry.
  194.  
  195.  
  196.          Editing Pages:
  197.  
  198.          When you run  STMENU for the first time, you  will see a page
  199.          called "Change  this" and an  entry with the  same same under
  200.          that page. This is done because  STMENU does not like to have
  201.          all blank pages,  or all entries blank under a  page. You can
  202.          change this page to your liking by pressing F5.
  203.  
  204.          After you  press F5, you  will be prompted  for the page  you
  205.          want to  edit. Enter that  page letter, and  that page's name
  206.          (if  there  is  one),  will   appear  in  yellow  on  a  blue
  207.          background. Enter the  new name (or change the  old name) for
  208.          that page and  press ENTER.
  209.  
  210.          If you  want to delete a  page, enter an asterisk  (*) at the
  211.          leftmost position of that page's name.  That  page,  AND  ALL
  212.          ENTRIES  UNDER  THAT  PAGE,  will  be  replaced by the yellow
  213.          blocks.
  214.  
  215.          If you are  creating a brand new page, you  will be forced to
  216.          make at least  one entry under that page.  Editing entries is
  217.          described below. STMENU will skip over pages that do not have
  218.          entries. If  you create a page with no entries, you will have
  219.          to re-edit the page with the F5 command.
  220.  
  221.  
  222.          Editing Entries:
  223.  
  224.          The F6 key will allow you  to edit an entry under the current
  225.          page. If  you were creating a  new page with the  F5 command,
  226.          you will be forced into this mode without having to press F6.
  227.          Enter  the number  of the  entry you  wish to  edit, and that
  228.          entry  will  be  highlighted.  Enter  the  description of the
  229.          program  that  that  entry  will  represent.  The description
  230.          does not have to reflect the  file name in any manner; simply
  231.          use whatever description is best for you.
  232.  
  233.          Press ENTER  to finish editing  the description. Your  cursor
  234.          will appear in a bar at the  top of the screen. This is where
  235.          you enter the  drive, path, and name of  the program or batch
  236.          file for the  entry that you are editing.  You must enter the
  237.          full pathname of the program  unless that directory and drive
  238.          exist in your DOS path.  For example:
  239.  
  240.          c:\dos\bats\startrek
  241.  
  242.          When  you've  finished  entering  the  path  and  name of the
  243.          program, press ENTER. STMENU will ask if this file is a batch
  244.          file. If it is, hit Y;  otherwise, STMENU will assume that it
  245.          is not.  It is very  important that you  answer this question
  246.          correctly as STMENU will not function properly if it tries to
  247.          run a batch file that it thinks is a COM or EXE file. You may
  248.          change an entry at any time with F6.
  249.  
  250.  
  251.          Standby Time:
  252.  
  253.          STMENU has a  built-in screen saver that it  will activate if
  254.          there has been no keypresses within a certain amount of time.
  255.          You can set this time by hitting F9 and entering a value from
  256.          0 to 9  minutes. If you  enter 0, STMENU  will not blank  the
  257.          screen.  This feature ONLY functions inside of STMENU.
  258.  
  259.  
  260.          Toggle Sound On/Off
  261.  
  262.          Sound effects can be turned on and off by pressing F10.  Once
  263.          you turn sounds off, they will remain off at all times in the
  264.          future until you hit F10 again.
  265.  
  266.  
  267.  
  268.                                   TREKGIF.ZIP
  269.  
  270.          The  archive TREKGIF.ZIP  contains drawings  of various ships
  271.          from  both Star  Trek series'  and the  movies in GIF format.
  272.          These  were  originally  drawn  in  320x200  resolution in 16
  273.          colors using Deluxe Paint I.  Enjoy!
  274.