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