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:
Text File  |  1998-05-08  |  281 b   |  13 lines

  1. Echo "Please Insert disk to Format & Prep in device DF0: And Press"
  2. Echo "Return..."
  3. Ask ""
  4. Format Drive DF0: Name F&PREP noicons quick ffs
  5. Echo "Preparing Disk"
  6. if exists sys:fprep/
  7.     Copy sys:fprep/ all Df0: quiet
  8. else
  9.     Echo "Could not locate FPREP directory"
  10. Endif
  11. Echo "Done!"
  12.  
  13.