home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
game
/
role
/
cwmmoria
/
unbak
< prev
Wrap
Text File
|
1994-08-14
|
207b
|
11 lines
.Key file
if not exists "<file>.bak"
echo "File <file>.bak does not exist. Try again."
skip END
endif
echo "Copying <file>.bak to <file> ... " NOLINE
c:copy <file>.bak to <file>
echo "Done."
LAB END