/* Sample OS/2 C-Kermit startup file - Doublequotes are for REXX */ "@echo off" /* Don't echo these commands */ "echo Executing CKERMIT.CMD..." /* Inform user */ "chcp 850" /* Use Code Page 850 */ "mode co80,25" /* Screen size 80 by 25 lines */ "mode com1 idsr=off,octs=off,odsr=off,dtr=off,buffer=on,to=off > nul" "ckermit.exe %1 %2 %3 %4 %5 %6 %7 %8 %9" /* Start C-Kermit */