home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 6
/
FreshFish_September1994.bin
/
bbs
/
game
/
cwmmoria-1.2.0.lha
/
CWMmoria
/
unbak
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1994-08-15
|
207 b
|
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