home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / DAT-WW5C.DMS / in.adf / Archive / WwTools.lha / CheckDisks < prev    next >
Encoding:
Text File  |  1996-02-09  |  2.1 KB  |  71 lines

  1. FailAt 21
  2.  
  3. Echo "Check Disks v1.1"
  4. Echo "¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯"
  5. Echo "This utility will check all of your Wordworth"
  6. Echo "disks. You will need to run this program twice,"
  7. Echo "once on your backup disks, and again on your"
  8. Echo "master disks."
  9. Echo "*nIf errors occur on your backup disks, make"
  10. Echo "new backups using fresh disks. If errors occur"
  11. Echo "on the master disks, send them back to Digita"
  12. Echo "technical support with a stamped, addressed"
  13. Echo "Jiffy-bag and a covering letter and they will"
  14. Echo "be exchanged for new, tested disks."
  15.  
  16. Ask "*n*nDo you wish to continue (y/n) ? "
  17. IF WARN
  18.     Copy >NIL: checkdisk RAM:
  19.     Copy >NIL: wait RAM:
  20.  
  21.     Ask "*n*nPlease insert the disk labelled 'Ww5Install-1' into*nthe internal drive and press Return"
  22.     RAM:wait 4
  23.     RAM:checkdisk df0:
  24.     
  25.     Ask "*n*nPlease insert the disk labelled 'Ww5Install-2' into*nthe internal drive and press Return"
  26.     RAM:wait 4
  27.     RAM:checkdisk df0:
  28.     
  29.     Ask "*n*nPlease insert the disk labelled 'Ww5Install-3' into*nthe internal drive and press Return"
  30.     RAM:wait 4
  31.     RAM:checkdisk df0:
  32.     
  33.     Ask "*n*nPlease insert the disk labelled 'Ww5Install-4' into*nthe internal drive and press Return"
  34.     RAM:wait 4
  35.     RAM:checkdisk df0:
  36.     
  37.     Ask "*n*n*nDo you have Print Manager (y/n) ? "
  38.     IF WARN
  39.         Ask "*n*nPlease insert the disk labelled 'PrintManager' into*nthe internal drive and press Return"
  40.         RAM:wait 4
  41.         RAM:checkdisk df0:
  42.     ENDIF
  43.     
  44.   Ask "*n*n*nDo you have the Reference Library disks (y/n) ? "
  45.   IF WARN
  46.         Ask "*n*nPlease insert the disk labelled 'RefLibInstall-1' into*nthe internal drive and press Return"
  47.         RAM:wait 4
  48.         RAM:checkdisk df0:
  49.         
  50.         Ask "*n*nPlease insert the disk labelled 'RefLibInstall-2' into*nthe internal drive and press Return"
  51.         RAM:wait 4
  52.         RAM:checkdisk df0:
  53.         
  54.         Ask "*n*nPlease insert the disk labelled 'RefLibInstall-3' into*nthe internal drive and press Return"
  55.         RAM:wait 4
  56.         RAM:checkdisk df0:
  57.         
  58.         Ask "*n*nPlease insert the disk labelled 'RefLibInstall-4' into*nthe internal drive and press Return"
  59.         RAM:wait 4
  60.         RAM:checkdisk df0:
  61.   ENDIF
  62.     
  63.     Delete >NIL: RAM:checkdisk
  64.     Delete >NIL: RAM:wait
  65.     Echo "*n*nAll Finished..*n"
  66. ELSE
  67.   Echo "*nUser Aborted...*n"
  68. ENDIF
  69.  
  70. Ask "Press Return to exit"
  71.