home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
comfiles
/
kerm311.arj
/
COLS132.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-09-19
|
359b
|
8 lines
@echo off
echo MS-DOS Kermit does not support 132-column mode on your video adapter.
echo If you have an external command or program that puts your adapter into
echo 132-column mode, please edit the COLS132.BAT file to run that command,
echo and then Kermit will use it to switch to 132 columns. Otherwise,
echo 132-column mode cannot be used.
pause