home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-387-Vol-3of3.iso
/
b
/
bestba.zip
/
ERRORL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-11-12
|
394b
|
10 lines
@echo off
echo off
echo Test ERRORLEVEL 2.02 test --- DMBB (c) Daniel MONTARON 1989.
; modif 1992 pour anomalie DOS MS version 5.0 (dos DR: OK)
for %%x in (0 1 2) do if errorlevel=%%x00 set ERL=%%x
for %%x in (0 1 2 3 4 5 6 7 8 9) do if errorlevel=%ERL%%%x0 set DIZ=%ERL%%%x
for %%x in (0 1 2 3 4 5 6 7 8 9) do if errorlevel=%DIZ%%%x set ERL=%DIZ%%%x
set DIZ=
echo errorlevel = %ERL%