home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 10
/
1995-09_Disc_10.iso
/
tank
/
getbat.bat
< prev
next >
Wrap
DOS Batch File
|
1995-06-26
|
512b
|
23 lines
rem @echo off
cd g:\tank
echo Deleting current wap file %1.tc and batch file %1.bat
del %1.tc
del g:\tank\%1\%1.bat
echo Creating new baddly compressed wap file
wapper d -m1 %1.tc %1
cd g:\tank
echo Creating batch file to compress wap file properly
wap_it %1 %2 %3 %4 %5 %6
echo Appending the night sight colour file to the batch file
@echo c:wapper a %1.WAP %1D.COL >>g:\tank\%1.bat
echo Moving the batch file to the correct directory
move g:\tank\%1.bat g:\tank\%1\%1.bat
cd \tank