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

  1. @echo off
  2. echo This will extract tckill.arj to your duke3d directory
  3. echo It will bring back the original :
  4. echo Duke3d.grp, all tiles.art, all cons and demo files.
  5. echo If the program asks you to overwrite the files or not,
  6. echo please press a, it will overwrite all of them automaticly.
  7. echo This will not work without the arj file in the directory!
  8. echo  So Please run tccreate.bat before this file!
  9. echo If you wish to continue press any key if not, press ctrl pause
  10. pause
  11. arj x tckill.arj
  12. echo You have your original Duke Nukem game
  13. echo Next time you want to kill a tc, just run this file again
  14.  
  15.  
  16.  
  17.  
  18.