home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the DOOM Programming Gurus
/
Tricks_of_the_Doom_Programming_Gurus.iso
/
bonus
/
utils
/
easywad2
/
ew.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
|
1994-11-06
|
127 b
|
10 lines
@ECHO OFF
EASYWAD2 %1 %2
IF ERRORLEVEL 1 GOTO END
CALL START
IF "%1" == "-r" GOTO NOTAGAIN
EW %1
:NOTAGAIN
EW %2
:END