home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Secret Service 48
/
secret_service.iso
/
utils
/
patches
/
icr101_2.exe
/
RESTTRK.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-06-21
|
213b
|
14 lines
@echo off
if not exist %1\%2\NUL goto notrack
copy %1\%2\*.stg %2
copy %1\%2\*.rpy %2
copy %1\%2\*.bin %2
goto end
:notrack
echo The track directory %2 did not exist in the save directory %1
:end