home *** CD-ROM | disk | FTP | other *** search
/ Wolf 3-D Mania!!! / WOLFMAN.iso / wolfpk / wolfnm3 / unloadg.bat < prev    next >
DOS Batch File  |  1993-05-31  |  459b  |  19 lines

  1. @echo off
  2. REM This batchfile unloads the Nightmare graphics.
  3. REM If the .ORG file does not exist, then this Batch exits with errors.
  4. IF EXIST XKEY.COM GOTO STAGE2
  5. REN VSWAP.WL1 VSWAP.ENM > NUL
  6. REN VSWAP.ORG VSWAP.WL1 > NUL
  7. GOTO END
  8. :STAGE2
  9. IF EXIST VSWAP.ENX GOTO STAGE3
  10. REN VSWAP.WL1 VSWAP.ENX > NUL
  11. REN VSWAP.ORG VSWAP.WL1 > NUL
  12. GOTO END
  13. :STAGE3
  14. REN VSWAP.WL1 VSWAP.ENM > NUL
  15. REN VSWAP.ORG VSWAP.WL1 > NUL
  16. GOTO END
  17. :END
  18. nm3alrm.com > NUL
  19.