home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wolf 3-D Mania!!!
/
WOLFMAN.iso
/
wolfpk
/
wolfnm3
/
loadm3.bat
< prev
next >
Wrap
DOS Batch File
|
1993-05-31
|
317b
|
11 lines
@echo off
REM This batchfile loads the Nightmare Episode 3 maps.
REM If the .ORG files exist this Batch exits with errors.
REN GAMEMAPS.WL1 GAMEMAPS.ORG > NUL
REN MAPHEAD.WL1 MAPHEAD.ORG > NUL
REN GAMEMAPS.NM3 GAMEMAPS.WL1 > NUL
REN MAPHEAD.NM3 MAPHEAD.WL1 > NUL
GOTO END
:END
nm3alrm.com > NUL