home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bila Vrana
/
BILA_VRANA.iso
/
015A
/
DP_OBI2.ZIP
/
OBTIC11.ZIP
/
OBWEAP.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-04-20
|
1KB
|
40 lines
echo ------ Batchfile to install Obituary with special ------
echo ------ weapon patch ------
echo If you want to uninstall, do it with OBUNINST.BAT!
echo.
echo # Copying files. Overwrite, if necessary to type it in.
echo # It doesn't matter, if DOOM2.OBT doesn't exist.
echo # It doesn't matter, if OBTIC2.OBT doesn't ecist.
echo.
copy doom2.obt doom2.exe
copy doom2.exe doom2.obt
copy doom2.exe doomhack.exe
copy obtic2.obt obtic2.wad
copy obtic2.wad obtic2.obt
pause
echo # Running Dehaked. Should be successful.
echo.
dehacked -load obtic2.deh
pause
echo # Joining PWADs. Should be successful.
echo.
nwt -join obtic2.wad obtic3.wad
pause
echo # Restoring. Can break with 'dir not found' or something.
echo # It doesn't matter.
echo.
nwt -restore
pause
echo # Merging with NWT. Should be successful.
echo.
nwt -merge obtic2.wad
pause
echo # Copying again. This must be successful.
echo.
copy doomhack.exe doom2.exe
pause
echo # All done. Now starting Obituary.
echo # Abort now, if you don't want.
pause
doom2 -file obtic1.wad obtic2.wad