home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 mARCH
/
PCWK3A99.iso
/
Modem
/
Comset
/
TEST.BAT
< prev
Wrap
DOS Batch File
|
1993-12-17
|
157b
|
10 lines
@echo off
comset 192 3
if errorlevel == 99 goto 99
if errorlevel == 0 goto 0
:99
echo error level was 99
goto stop
:0
echo error level was 0
:stop