home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / batch / batmgr12.arj / INSTALL.DOC < prev    next >
Text File  |  1992-04-02  |  3KB  |  69 lines

  1.      BatManager                           Copyright (c) 1991 Timothy Clingen
  2.      Version 1.2                           All rights reserved
  3.      
  4.      Installation Instructions:  
  5.      
  6.         If you have difficulty understanding these instructions ask for some
  7.         help.  Most experienced DOS user will be able to assist.
  8.      ________________________________________________________________________
  9.      
  10.      To INSTALL
  11.      
  12.         Enter the command ... INSTALL at the DOS prompt.
  13.      ________________________________________________________________________
  14.      
  15.      BEFORE INSTALLATION
  16.      
  17.         ?  What EDITOR do you want to use?           _____  (i.e., EDIT)
  18.      
  19.         ?  Has ANSI.SYS been loaded?                 _____  (Y/N)
  20.      
  21.         ?  Has the DOS environment been expanded?    _____  (Y/N)
  22.        
  23.         ?  Which disk drive do you want to use?      _____  (DEFAULT IS C:)
  24.      
  25.         ?  What directory name do you want to use?   _____  (DEFAULT IS \BM)
  26.      
  27.         ?  What DOS version are you using            _____  
  28.      
  29.      Editor       Add one line to your AUTOEXEC.BAT file to identify
  30.      ------       the editor.
  31.                      i.e.,  SET ED=<editor name>
  32.      
  33.                   The editor should be in the DOS PATH or the BM directory.
  34.      
  35.      ANSI.SYS     This device driver must be identified in the CONFIG.SYS file.
  36.      --------        i.e,   DEVICE=ANSI.SYS
  37.      
  38.      Environment  Increase the DOS environment.  Modify the CONFIG.SYS file:
  39.      -----------     i.e,   SHELL=COMMAND.COM /E:800 /P  (DOS version 3.2+)
  40.                             SHELL=COMMAND.COM /E:62  /P  (DOS 3.0 and 3.1)
  41.  
  42.                   See your DOS manual for more details.
  43.      
  44.      Defaults     If possible use the default disk (C: or D:) and the default 
  45.      --------     directory name (BM).
  46.      
  47.      TO  LOAD
  48.  
  49.         -  Change the default to the program directory 
  50.      
  51.         -  Enter the command BAT-MAN from the DOS prompt
  52.      
  53.      These activities can be performed in the Autoexec.bat
  54.      i.e.,       SET ED=<editor name>
  55.                  CD \BM
  56.                  BAT-MAN
  57.      ________________________________________________________________________
  58.      
  59.      YOUR CONFIG.SYS FILE should look something like this
  60.      
  61.                   SHELL=COMMAND.COM /E:800 /P
  62.                   DEVICE=ANSI.SYS
  63.      ________________________________________________________________________
  64.      
  65.      YOUR AUTOEXEC.BAT FILE should look something like this
  66.       
  67.                   SET ED=<your editor name>
  68.      ________________________________________________________________________
  69.