home *** CD-ROM | disk | FTP | other *** search
/ Demon Gate 666 / DemonGate666.bin / pc / ew2.bat < prev    next >
DOS Batch File  |  1995-02-21  |  129b  |  10 lines

  1. @ECHO OFF
  2. EASYWAD2 %1 %2
  3. IF ERRORLEVEL 1 GOTO END
  4. CALL START
  5. IF "%1" == "-r" GOTO NOTAGAIN
  6. EW2 %1
  7. :NOTAGAIN
  8. EW2 %2
  9. :END
  10.