home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 435 / kermit23.arc / MSKERM.INI < prev    next >
Text File  |  1988-01-18  |  618b  |  18 lines

  1. COMMENT -- Sample MS-DOS Kermit initialization file
  2.  
  3. set take-echo on    ; Show the following commands
  4. set terminal VT102    ; Emulate a DEC VT102 terminal
  5. set warning on        ; Don't overwrite existing files!
  6.  
  7. COMMENT - IBM macro already built-in for linemode IBM mainframe connections.
  8.  
  9. COMMENT - Macro to set up for typical IBM mainframe 7171 front end.
  10.  
  11.   define 7171 set timer on,set par ev,set flo x,set hand no,set loc off,
  12.  
  13. COMMENT - Macro for communicating with DEC & other full-duplex computers.
  14.  
  15.   define DEC set timer off,set par no,set flo x,set hand no,set loc off,
  16.  
  17. COMMENT - End of MSKERMIT.INI
  18.