home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
UTILITY
/
BATCH
/
DPV12.ZIP
/
TEST.BAT
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1990-12-08
|
273 b
|
13 lines
@echo off
dpv %1 %2 %3 %4 %5
if errorlevel 0 set EL=0
if errorlevel 1 set EL=1
if errorlevel 2 set EL=2
if errorlevel 3 set EL=3
if errorlevel 4 set EL=4
if errorlevel 5 set EL=5
if errorlevel 6 set EL=6
if errorlevel 7 set EL=7
echo errorlevel is %EL%
set EL=