home *** CD-ROM | disk | FTP | other *** search
/ GRIPS 2: Government Rast…rocessing Software & Data / GRIPS_2.cdr / readmes / pc_mips.rmf < prev    next >
Text File  |  1990-07-14  |  2KB  |  37 lines

  1.          Installing PC-MIPS
  2.  
  3.               PC-MIPS must be installed on a hard disk drive (e.g.,
  4.          C:, D:, E:,,,etc.).  Once a drive is selected, the installer
  5.          should create a root-level directory named \MIPS.
  6.          Additionally, the two sub-directories \MIPS\BIN and
  7.          \MIPS\AUX_FILE must be created.  These directories are
  8.          created using the DOS command MKDIR or MD.  The executable
  9.          programs of PC-MIPS are stored in the \MIPS\BIN directory.
  10.          The \MIPS\AUX_FILE directory contains various auxiliary files
  11.          used by PC-MIPS programs.
  12.  
  13.               The correct directory structure can be created by using
  14.      the DOS XCOPY command.  For instance, if L: is the drive
  15.      specification of you CD-ROM and you wish to install PC-MIPS
  16.      on drive C:, you should execute the following DOS command:
  17.  
  18.         'XCOPY X:\DOS\PC_MIPS\*.* C:\MIPS\*.* /S /E'
  19.  
  20.         (note: X is the letter of your CD-ROM drive).
  21.         (note: the target is a directory)
  22.  
  23.               Once the software has been loaded, the AUTOEXEC.BAT file
  24.      should be changed so that the display program IMDISP knows
  25.      what display device is being used.  This is done by setting
  26.      the environmental variable IMDISP.  For instance, if the
  27.      hardware has VGA capabilities, the line 'SET IMDISP=VGA' must
  28.      be added to the AUTOEXEC.BAT file.  A complete list of devices
  29.      supported by IMDISP can be found in the file IMDISP.DOC in the
  30.      \DOC subdirectory and the README file in the \SOFTWARE\DOS\
  31.      IMDISP subdirectory.
  32.  
  33.               At this point PC-MIPS can be run by typing
  34.          '\MIPS\BIN\PCMIPS'.         If \MIPS\BIN is
  35.          added to the DOS PATH command in the AUTOEXEC.BAT FILE, the
  36.          system can be run by simply typing 'PCMIPS'.
  37.