home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
VDUKE
/
TCKILL.ZIP
/
tckill.bat
< prev
next >
Wrap
DOS Batch File
|
1998-05-11
|
622b
|
18 lines
@echo off
echo This will extract tckill.arj to your duke3d directory
echo It will bring back the original :
echo Duke3d.grp, all tiles.art, all cons and demo files.
echo If the program asks you to overwrite the files or not,
echo please press a, it will overwrite all of them automaticly.
echo This will not work without the arj file in the directory!
echo So Please run tccreate.bat before this file!
echo If you wish to continue press any key if not, press ctrl pause
pause
arj x tckill.arj
echo You have your original Duke Nukem game
echo Next time you want to kill a tc, just run this file again