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

  1. @echo off
  2. REM This batchfile loads the Nightmare Episode 2 maps.
  3. REM If the .ORG files exist this Batch exits with errors.           
  4. REN GAMEMAPS.WL1 GAMEMAPS.ORG > NUL
  5. REN MAPHEAD.WL1 MAPHEAD.ORG > NUL
  6. REN GAMEMAPS.NM2 GAMEMAPS.WL1 > NUL
  7. REN MAPHEAD.NM2 MAPHEAD.WL1 > NUL
  8. GOTO END
  9. :END
  10. nm3alrm.com > NUL
  11.