home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / VDUKE / TCKILL.ZIP / tccreate.bat < prev    next >
DOS Batch File  |  1998-05-11  |  583b  |  12 lines

  1. @echo off
  2. echo this will copy all of your *.art files, *.con files, *.dmo files 
  3. echo and duke3d group file echo to an arj file to backup your files from the tc's, 
  4. echo if you wish to continue press any key if not press ctrl pause.
  5. pause
  6. arj a Tckill.arj *.art *.con *.dmo duke3d.grp
  7. echo the arj file is created, 
  8. echo when you want to return to regular duke, run tckill.bat. 
  9. echo Next time you won't need to run this file, 
  10. echo because the arj file will stay intact with the files in it. 
  11. echo You will only need to run tckill.bat to bring back your regular files...
  12.