home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Secret Service 48
/
secret_service.iso
/
utils
/
patches
/
icr101_2.exe
/
SAVETRK.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-06-21
|
257b
|
19 lines
@echo off
if not exist %2\NUL goto notrack
mkdir %1\%2
copy %2\*.stg %1\%2
erase %1\%2\easy.stg
erase %1\%2\ace.stg
erase %1\%2\fast.stg
copy %2\*.rpy %1\%2
copy %2\*.bin %1\%2
goto end
:notrack
echo The track %2 does not exist.
:end