home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / intelmdsb / mdsmit.bld < prev    next >
Text File  |  2020-01-01  |  985b  |  31 lines

  1.             Intel ISIS Kermit Installation Notes
  2.  
  3.  
  4. To install Intel ISIS Kermit, perform the following steps:
  5.  
  6.     (1) Obtain copies of the Kermit tape files for Intel ISIS Kermit.
  7.  
  8.     (2) Run command file MDSREN.CSD.  This will rename the Kermit
  9.         files to the appropriate names.  This command file has
  10.         two parameters: (1) the drive containing the REN command
  11.         and (2) the drive containing the Kermit files.
  12.  
  13.         Example:
  14.  
  15.             SUBMIT :F1:MDSREN (:F0:,:F1:)
  16.  
  17.     (3) Run command file MDSGEN.CSD.  This will compile the programs
  18.         and link and locate the object files.  This command file
  19.         has four parameters: (1) the drive containing the PLM80,
  20.         LINK, and LOC files, (2) the drive containing the Kermit
  21.         files, (3) the current date (for the compile listings),
  22.         and (4) an optional parameter used to pass controls to the
  23.         compiler.
  24.  
  25.         Example:
  26.  
  27.             SUBMIT :F1:MDSGEN (:F0:,:F1:,'06/30/89')
  28.  
  29.     You will now have a executable file KERMIT on the drive containing
  30. the Kermit distribution files.
  31.