home *** CD-ROM | disk | FTP | other *** search
/ The CIA World Factbook 1992 / k3bimage.iso / sel / 04 / 0034 / iso_0110.iso < prev    next >
Encoding:
Text File  |  1991-12-02  |  7.1 KB  |  135 lines

  1. Command:  HELP                          Type: Public Domain utility
  2.  
  3. Purpose:  Provide an on-line description of all the commands and utilities
  4.           available on the system as well as brief descriptions of various
  5.           features of the system.
  6.  
  7. Syntax:   HELP [keyword ...]
  8.  
  9. Comments: The optional arguments may be any number of 1 to 8 character
  10.           keywords separated by blanks.  For example,
  11.  
  12.           HELP              Displays a menu for entry of a keyword.
  13.  
  14.           HELP ?            Displays a brief summary of On-Line HELP.
  15.  
  16.           HELP HELP         Displays a detailed description of HELP.
  17.  
  18.           HELP command      Displays HELP for the specified command.
  19.  
  20.           HELP feature      Displays HELP for the specified feature.
  21.                             Features supplied with On-Line HELP are:
  22.  
  23.                             AUTOEXEC  Special automatic batch file.
  24.                             BATCH     Batch file sub-commands.
  25.                             COMMANDS  List of DOS commands.
  26.                             CONFIG    Configuration file sub-commands..
  27.                             FILTERS   Processing standard input/output.
  28.                             PIPES     Piping output between programs.
  29.                             PUBLIC    List of Public Domain Programs
  30.                             REDIRECT  Redirecting standard input/output.
  31.  
  32.          HELP keyword ...   Displays the HELP file for each requested
  33.                             command or feature in sequence.
  34.  
  35.                Keywords can be entered in either upper or lower case.  Entry
  36.                of HELP with no keywords displays a keyword entry menu in
  37.                which keywords may be entered into an eight character keyword
  38.                entry field.  In addition to character keys allowed in DOS
  39.                filenames, the following keyboard keys are available:
  40.  
  41.                Left           Moves cursor one character to the left.
  42.                Right          Moves cursor one character to the right.
  43.                Home           Moves cursor to the beginning of the field.
  44.                End            Moves cursor to the end of the entry.
  45.                Insert         Inserts one blank character at the cursor.
  46.                Delete         Deletes the character over the cursor.
  47.                Backspace      Deletes character to the left of the cursor.
  48.                Escape         Erases the current entry.
  49.                Enter          Displays HELP for the current entry or quits.
  50.                ?              Displays brief instructions in using HELP.
  51.  
  52.                Pressing any other key produces a soft speaker tone.  Press
  53.                Enter to display HELP for the current keyword entry.  Entry
  54.                of an invalid keyword on either the command line or on the
  55.                keyword entry menu produces a loud speaker tone, and the
  56.                entry menu is displayed with the invalid entry to be edited. 
  57.                By definition, an invalid entry is one for which the
  58.                corresponding file with extension .### does not exist in the
  59.                current data file path.  Keywords entered on the command line
  60.                are described in sequence with interruptions by the entry
  61.                menu as invalid entries are encountered.  Pressing Enter
  62.                while the entry field is blank either returns to processing
  63.                of command line entries or, if there are no such entries
  64.                outstanding, to the operating system at the point where HELP
  65.                was invoked.
  66.  
  67.           Following acceptance of a valid keyword, up to 8 pages of text (23 
  68.           lines each) are displayed from the file that describes that
  69.           keyword. On any HELP screen, the following keyboard keys are
  70.           available:
  71.  
  72.                Up             Scrolls the file up one line.
  73.                Down           Scrolls the file down one line.
  74.                Page Up        Scrolls the file up one page.
  75.                Page Down      Scrolls the file down one page.
  76.                Home           Displays the first page in the file.
  77.                End            Displays the last page in the file.
  78.                Enter          Returns to entry menu or next HELP request.
  79.                Escape         Returns to the operating system.
  80.  
  81.                Pressing any other key produces a soft speaker tone.  The
  82.                bottom line of the display summarizes these functions and
  83.                indicates when the end of the file has been reached. 
  84.                Pressing Enter returns control to the keyword entry menu or
  85.                returns to processing of command line entries if any such
  86.                entries are outstanding.  Pressing Escape returns control to
  87.                the operating system, and the the last HELP screen remains
  88.                displayed and the cursor is placed on the bottom line of the
  89.                display.
  90.  
  91.           The notation used in HELP files to describe the correct command
  92.           syntax is compatible with that used in the IBM DOS manual.
  93.  
  94.           [brackets]     Items in brackets are optional. To include optional
  95.                          information, type only the information within the
  96.                          brackets and not the brackets themselves.
  97.  
  98.           ...(ellipsis)  An ellipisis (...) means that you can repeat an
  99.                          item as many times as necessary.
  100.  
  101.           drive:         Refers to a disk drive name. You need to specify a
  102.                          drive name only if you are using a file that is not
  103.                          on the default drive.
  104.                          Information transferred between two disks is sent
  105.                          from a source drive to a target drive.
  106.  
  107.           path           Refers to a directory name with the following
  108.                          syntax:
  109.                          [\directory][\directory...]\directory
  110.  
  111.           filename       Refers to a file, and includes any filename
  112.                          extension. The filename option does not refer to a
  113.                          device or drive name.
  114.  
  115.           pathname       Refers to a path plus a filename. Pathname uses the
  116.                          following syntax:
  117.                          [\directory][\directory...]\filename
  118.  
  119.           switches       Control DOS commands. Switches begin with a slash;
  120.                          for example:  \s
  121.  
  122.           arguments      Provide more information to DOS commands. You
  123.                          usually choose between arguments; for example:
  124.                          ON or OFF
  125.  
  126.           string         Many commands work with strings of text. A string
  127.                          is a group of characters that can include letters,
  128.                          numbers, spaces, and any other characters.
  129.  
  130.           The global filename characters are ?, which indicates that any    
  131.           character can occupy that position, and *, which indicates that
  132.           any character can occupy that and all remaining positions in the  
  133.           filename or extension.
  134.  
  135.