/* 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" arg(1) /* Start C-Kermit, pass all arguments */