home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
winutil
/
utl106
/
test.bat
< prev
next >
Wrap
DOS Batch File
|
1991-01-13
|
211b
|
17 lines
@echo off
win
exitwdos \win30\exitw.dat
if errorlevel 200 goto ERROR
if errorlevel 10 goto TEST
goto EXIT
:ERROR
echo Error in data file parse
goto EXIT
:TEST
echo returned 10
goto EXIT
:EXIT