home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 10 / 1995-09_Disc_10.iso / tank / getbat.bat < prev    next >
DOS Batch File  |  1995-06-26  |  512b  |  23 lines

  1. rem @echo off
  2.  
  3. cd g:\tank
  4. echo Deleting current wap file %1.tc and batch file %1.bat
  5. del %1.tc
  6. del g:\tank\%1\%1.bat
  7.  
  8. echo Creating new baddly compressed wap file
  9. wapper d -m1 %1.tc %1
  10. cd g:\tank
  11.  
  12. echo Creating batch file to compress wap file properly
  13. wap_it %1 %2 %3 %4 %5 %6
  14.  
  15. echo Appending the night sight colour file to the batch file
  16. @echo c:wapper a %1.WAP %1D.COL >>g:\tank\%1.bat
  17.  
  18. echo Moving the batch file to the correct directory
  19. move g:\tank\%1.bat g:\tank\%1\%1.bat
  20.  
  21. cd \tank
  22.  
  23.