home *** CD-ROM | disk | FTP | other *** search
/ Secret Service 48 / secret_service.iso / utils / patches / icr101_2.exe / SAVETRK.BAT < prev    next >
DOS Batch File  |  1996-06-21  |  257b  |  19 lines

  1. @echo off
  2. if not exist %2\NUL goto notrack
  3.  
  4. mkdir %1\%2
  5. copy %2\*.stg %1\%2
  6. erase %1\%2\easy.stg
  7. erase %1\%2\ace.stg
  8. erase %1\%2\fast.stg
  9.  
  10. copy %2\*.rpy %1\%2
  11. copy %2\*.bin %1\%2
  12.  
  13. goto end
  14.  
  15. :notrack
  16. echo The track %2 does not exist.
  17.  
  18. :end
  19.