home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / utility / DRNU451.LZH / NUBE < prev    next >
Text File  |  1990-10-19  |  2KB  |  45 lines

  1.                             BE (Batch Enhancer) 
  2.  
  3. Description:   BE provides many different subcommands you can use in a batch
  4.                file to provide interaction with a user. Subcommands are
  5.                available to prompt for input, sound tones on the internal
  6.                speaker, display messages at specific locations, draw boxes
  7.                and windows on the screen, and to control the colors of the
  8.                screen display. 
  9.  
  10. Syntax:        Version 4.5:   BE (subcommand) ? 
  11.                               BE (subcommand parameters) 
  12.                               BE [(drive:)][(path)](filename 
  13.  
  14.                                 Parameters: 
  15.  
  16. (subcommand)   The name of the BE subcommand. You can get brief help text for
  17.                each subcommand by entering the subcommand name followed by a
  18.                space and then a question-mark character (?). 
  19.  
  20. (drive:)       The single-letter specifier (A:, B:, C:, etc.) for the drive
  21.                containing the BE command file. Follow the letter with a
  22.                colon. The drive you're currently on is the default. Example:
  23.                C:
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32. (path)         The full name (C:\WP\LETTERS) of the directory containing the
  33.                BE command file. The current directory for the designated
  34.                drive is the default. Example: C:\BATCH
  35.  
  36. (filespec)     The name of the file that contains a series of BE subcommands
  37.                to be executed. BE ignores empty lines in  the file. You can
  38.                include a comment by beginning a line with REM. You can prefix
  39.                each subcommand in the file with the BE command; that is, BE
  40.                BEEP is the same as BEEP. Example: C:\BATCH\FILENAME.EXT
  41.  
  42. See:           <NUBEASK>, <NUBEBEEP>, <NUBEBOX>, <NUBECLS>,  <NUBEDELA>,
  43.                <NUBEPRIN>, <NUBEROWC>, <NUBESA>,  <NUBEWIND>, <NUSAMP>.
  44.  
  45.