COMMENT - Sample MS-DOS Kermit Initialization File ; C. Gianone, CUCCA, December 1988 echo Welcome to MS-DOS Kermit. This is a sample Kermit initialization file,\13 echo MSKERMIT.INI. You can edit this file to include any Kermit commands\13 echo you want to be executed each time you start Kermit, such as...\13 echo set take-echo on ; Show the following commands set warning on ; Don't overwrite my PC files COMMENT -- Define macros for the systems I use... define unix set local off,set par non,set flow xon,set timer off define vms unix def ibm set par odd,set loc on,set hands xon,set flo none,set tim on def modem set port 2, set speed 1200 COMMENT -- Define macros for quickly adapting to line conditions def noisy set block-check 3, set receive packet 40, set retry 20 def normal set block-check 1, set rec pack 94, set retry 5 def clean set block-check 2, set rec pack 500, set retry 5 set take-echo off echo End of MSKERMIT.INI\13 echo