home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 28
/
amigaformatcd28.iso
/
-readerstuff-
/
neil_bullock
/
utils
/
f&prep
/
f&prep_main
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-08
|
281 b
|
13 lines
Echo "Please Insert disk to Format & Prep in device DF0: And Press"
Echo "Return..."
Ask ""
Format Drive DF0: Name F&PREP noicons quick ffs
Echo "Preparing Disk"
if exists sys:fprep/
Copy sys:fprep/ all Df0: quiet
else
Echo "Could not locate FPREP directory"
Endif
Echo "Done!"