home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
VDUKE
/
TCKILL.ZIP
/
tccreate.bat
< prev
next >
Wrap
DOS Batch File
|
1998-05-11
|
583b
|
12 lines
@echo off
echo this will copy all of your *.art files, *.con files, *.dmo files
echo and duke3d group file echo to an arj file to backup your files from the tc's,
echo if you wish to continue press any key if not press ctrl pause.
pause
arj a Tckill.arj *.art *.con *.dmo duke3d.grp
echo the arj file is created,
echo when you want to return to regular duke, run tckill.bat.
echo Next time you won't need to run this file,
echo because the arj file will stay intact with the files in it.
echo You will only need to run tckill.bat to bring back your regular files...