home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 1 / romside_best_of_german_only_1.iso / branchen / gsmenu / english.txt < prev    next >
Text File  |  1992-10-22  |  45KB  |  1,115 lines

  1.           ┌──────────────────────────────────────────────────────────┐
  2.           │                                                          │
  3.           │           The GS User Menu System Release 3.36           │
  4.           │                   (C) 1989 - 1992                        │
  5.           │                                                          │
  6.           │             Shareware  -  Made in Germany !              │
  7.           │                                                          │
  8.           └──────────────────────────────────────────────────────────┘
  9.           ┌──────────────────────────────────────────────────────────┐
  10.           │                Programme Documentation                   │
  11.           │                                                          │
  12.           │          Translation by Hennig Bardenwerper              │
  13.           └──────────────────────────────────────────────────────────┘
  14.  
  15.  
  16.                     Gandke & Schubert  -  Computerprograms
  17.  
  18.                                 P. O. Box 200 429
  19.                            DW-4050 Mönchengladbach 2
  20.  
  21.                           Telefon: (0 21 66) 94 80-0
  22.  
  23.                                9.00 AM - 5.00 PM
  24.  
  25.                           Telefax: (0 21 66) 61 20 37
  26.                           Mailbox: (0 21 66)  4 47 13
  27.                                    BTX: *GS#
  28.  
  29.  
  30.  
  31.           ┌───────────────────┐
  32.           │ Table of Contents │
  33.           └───────────────────┘
  34.  
  35.           1. System Requirements
  36.           2. General Introduction
  37.           (3. Virus Protection)
  38.           4. Hard Disk Installation
  39.           5. Operating the Menu System
  40.           6. The Menu Batch File
  41.  
  42.                 (a) What is a batch file?
  43.                 (b) Structure of menu batch file
  44.                 (c) Menu windows (*)
  45.                 (d) Menu options (#)
  46.                 (e) Direct actions on selection
  47.                 (f) Branching to a submenu (%)
  48.                 (g) Inserting program parameters ($)
  49.                 (h) Password protection for individual options (?)
  50.                 (i) <F1> Help text for individual menu options (!)
  51.                 (j) Remarks within the Batch File
  52.  
  53.           7. Creating and editing a menu batch file
  54.           8. Loading the menu automatically at start time
  55.  
  56.           9. The ALT-Functions
  57.  
  58.                 (a) ALT + V Moving windows
  59.  
  60.                 (b) ALT + I Miscellaneous settings
  61.  
  62.                        -  Screen colours
  63.                        -  Shadows
  64.                        -  Time lock
  65.                        -  Dark screen
  66.                        -  Language
  67.                        -  Save settings
  68.  
  69.                 (c) ALT + P    Enter/change system password
  70.  
  71.  
  72.           10. Additional Tips
  73.  
  74.                 (a) Shelling to DOS
  75.                 (b) Renaming EXAMPLE.MEN
  76.                 (c) Enforcing a monochrome display
  77.                 (d) Password before leaving the menu
  78.                 (e) Calling GS-Menü by PATH
  79.                 (f) Environment Variables MENUTMP and MENUSYS
  80.  
  81.           11. Network (LAN) Installation, switching off <CTRL>+<C> and
  82.               <CTRL>+<BREAK>.
  83.  
  84.           12. Provisions/restrictions of GS-MENU
  85.           13. Restrictions of shareware version
  86.           14. As often as possible .....
  87.           15. User registration
  88.           16. Price of registered version
  89.           17. 3.5" Diskettes
  90.           18. How you do it
  91.           19. One last remark .....
  92.  
  93.  
  94.           ┌─────────────────────────┐
  95.           │ 1.  System Requirements │
  96.           └─────────────────────────┘
  97.  
  98.           PC/MS-DOS (at least Version 3.00)
  99.           512 KB Main Memory
  100.           Hard Disk
  101.  
  102.  
  103.           ┌──────────────────────────┐
  104.           │ 2.  General Introduction │
  105.           └──────────────────────────┘
  106.  
  107.           GS-Menu  will  provide  you  with an equally comfortable and
  108.           simple  user  interface  for  your  Personal  Computer.   By
  109.           selecting   a  menu  option  using  the  <ARROW  KEYS>,  the
  110.           <SPACEBAR>  or  the  first  letter  of  the  option  and  by
  111.           confirming  your  selection  by  pressing <RETURN/ENTER> you
  112.           can easily call  all  your  numerous  application  programs.
  113.           After  leaving  an  application  you will automatically find
  114.           yourself back on the menu surface.
  115.  
  116.           These functions will also work with a  serial  MS-Mouse  (or
  117.           compatible).
  118.  
  119.           Contrary  to  most other menu systems, which can be tough on
  120.           your computer's RAM, this one, as a rule, will only take  up
  121.           80  (EIGHTY!!!)  Bytes  of memory. In other words: even very
  122.           memory-hungry applications can be integrated in the menu.
  123.  
  124.           In order to set up the menu system you will  need  at  least
  125.           some  basic  knowledge  about  your operating system, as you
  126.           will be working entirely with DOS commands.  Insofar we have
  127.           to refer you to your DOS manual or to  other  literature  on
  128.           the   subject.   Generally,   very   few  commands  will  be
  129.           sufficient. We suggest that you  familiarise  yourself  with
  130.           the following:
  131.  
  132.           - MD       (MKDIR)    Create a new directory
  133.           - CD       (CHDIR)    Change to an existing directory
  134.           - DIR      Show contents of drive/directory
  135.           - COPY     Copy files
  136.  
  137.           You should also be familiar with the following subjects:
  138.  
  139.           -  directory structure under PC/MS-DOS,
  140.           -  files   under   PC/MS-DOS  (in  particular  those with
  141.              extensions ".EXE". ".COM" and ".BAT"),
  142.           -  calling programs under PC/MS-DOS,
  143.           -  keyboard settings of your computer (refer to manual) and
  144.           -  the start file "AUTOEXEC.BAT"
  145.  
  146.           Of particular interest (and important in this  context)  are
  147.           the  functions  of so-called batch files which carry out DOS
  148.           commands sequentially (in a batch).  All DOS commands  which
  149.           can be executed form within a batch file will be carried out
  150.           by GS-Menu without difficulties.
  151.  
  152.           If  you  know  the operating system of your computer to this
  153.           extent, you will have no problems whatsoever in  setting  up
  154.           and maintaining your own individual menu system.
  155.  
  156.           ┌──────────────────────┐
  157.           │ 3.  Virus Protection │
  158.           └──────────────────────┘
  159.           Some  Versions  of  GS-Menu  used to check the length of the
  160.           file "MENU.EXE" whenever it was started. By using LZEXE  for
  161.           compression that isn't possible any more, as the virus check
  162.           (and the whole program) would not work  if  it  is  infected
  163.           itself.
  164.  
  165.           If GS-Menu doesn't start the reason might be a virus!
  166.  
  167.           ┌───────────────────────────────────────────────┐
  168.           │ 4.  Installation the Programme on a Hard Disk │
  169.           └───────────────────────────────────────────────┘
  170.  
  171.  
  172.           Since the program, including this documentation, fits on 360
  173.           KB diskette there was no need to  have  it  compressed.  The
  174.           usual installation procedure is, therefore, not necessary.
  175.  
  176.           All you have to do is to copy the contents of  the  diskette
  177.           to  a  new sub- directory on your hard disk. Should you have
  178.           worked with an older version  of  GS-MENU  already,  make  a
  179.           safety  copy of your old menu batch file and then delete all
  180.           files in this directory.
  181.  
  182.           To install GS-MENU take the following steps:
  183.  
  184.           1. Create a new directory, e.g.:
  185.  
  186.              C:\> md gsmenu
  187.  
  188.  
  189.           2. Change to the new directory:
  190.  
  191.              C:\> cd gsmenu
  192.  
  193.  
  194.           3. Copy the diskette to the new directory:
  195.  
  196.              C:\GSMENU> copy a:*.*
  197.  
  198.           That was it! The installation on  a  network  is  identical.
  199.           However, a special environment variable must exist for every
  200.           workstation (see section 11 below.)
  201.  
  202.  
  203.           ┌───────────────────────────────┐
  204.           │ 5.  Operating the Menu