COMMENT -- Sample MS-DOS Kermit initialization file set take-echo on ; Show the following commands set terminal VT102 ; Emulate a DEC VT102 terminal set warning on ; Don't overwrite existing files! COMMENT - IBM macro already built-in for linemode IBM mainframe connections. COMMENT - Macro to set up for typical IBM mainframe 7171 front end. define 7171 set timer on,set par ev,set flo x,set hand no,set loc off, COMMENT - Macro for communicating with DEC & other full-duplex computers. define DEC set timer off,set par no,set flo x,set hand no,set loc off, COMMENT - End of MSKERMIT.INI