home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March
/
PCWK3A99.iso
/
Modem
/
Comset
/
TEST.BAT
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-12-17
|
157 b
|
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