home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / WordProcessors / WW4SE_2_3.DMS / in.adf / Archive / WwTools.lzh / CheckDisks < prev    next >
Encoding:
Text File  |  1995-08-29  |  2.6 KB  |  86 lines

  1. failat 21
  2.  
  3. echo "Check Disk v1.1"
  4. echo "¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯"
  5. echo "This utility will check the Digita disks that"
  6. echo "came with your 'Amiga Magic Pack'."
  7. echo "*nYou will need to run this program twice,"
  8. echo "once on your backup disks, and again on your"
  9. echo "master disks."
  10. echo "*nIf errors occur on your backup disks, make"
  11. echo "new backups using fresh disks. If errors occur"
  12. echo "on the master disks, send them back to Digita"
  13. echo "technical support with a covering letter and"
  14. echo "they will be exchanged."
  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*nDo you wish to check your installed working disks (y/n) ? "
  22.   IF WARN
  23.         ask "*n*nPlease insert the disk labelled 'Wordworth4SE' into*nthe internal drive and press Return"
  24.         RAM:wait 6
  25.         RAM:checkdisk df0:
  26.     
  27.         ask "*n*nPlease insert the disk labelled 'Ww4SESystem' into*nthe internal drive and press Return"
  28.         RAM:wait 6
  29.         RAM:checkdisk df0:
  30.     
  31.         ask "*n*nPlease insert the disk labelled 'Ww4SEOutlines' into*nthe internal drive and press Return"
  32.         RAM:wait 6
  33.         RAM:checkdisk df0:
  34.     
  35.         ask "*n*nPlease insert the disk labelled 'Ww4SESpell' into*nthe internal drive and press Return"
  36.         RAM:wait 6
  37.         RAM:checkdisk df0:
  38.     ENDIF
  39.  
  40.   echo "*n*nDo you wish to check your 3 hard disk install disks?"
  41.     echo "(You will only have these disks if you bought a hard disk"
  42.     ask " version of the Amiga). "
  43.     IF WARN
  44.         ask "*n*nPlease insert the disk labelled 'Ww4SEInstall-1' into*nthe internal drive and press Return"
  45.         RAM:wait 6
  46.         RAM:checkdisk df0:
  47.     
  48.         ask "*n*nPlease insert the disk labelled 'Ww4SEInstall-2' into*nthe internal drive and press Return"
  49.         RAM:wait 6
  50.         RAM:checkdisk df0:
  51.     
  52.         ask "*n*nPlease insert the disk labelled 'Ww4SEInstall-3' into*nthe internal drive and press Return"
  53.         RAM:wait 6
  54.         RAM:checkdisk df0:
  55.     ENDIF
  56.  
  57.   ask "*n*nDo you wish to check your Wordworth Print Manager (y/n) ? "
  58.     IF WARN
  59.         ask "*n*nPlease insert the disk labelled 'PrintManager' into*nthe internal drive and press Return"
  60.         RAM:wait 6
  61.         RAM:checkdisk df0:
  62.     ENDIF
  63.  
  64.   ask "*n*nDo you want to check your Organiser install disk (y/n) ? "
  65.   IF WARN
  66.         ask "*n*nPlease insert the disk labelled 'OrgInstall' into*nthe internal drive and press Return"
  67.         RAM:wait 6
  68.         RAM:checkdisk df0:
  69.     ENDIF
  70.         
  71.   ask "*n*n*nDo you want to check your Datastore install disk (y/n) ? "
  72.     IF WARN
  73.         ask "*n*nPlease insert the disk labelled 'DSInstall' into*nthe internal drive and press Return"
  74.         RAM:wait 6
  75.         RAM:checkdisk df0:
  76.   ENDIF
  77.     
  78.     delete >NIL: RAM:checkdisk
  79.     delete >NIL: RAM:wait
  80.     echo "*n*nAll Finished..*n"
  81. ELSE
  82.   echo "*nUser Aborted...*n"
  83. ENDIF
  84.  
  85. ask "Press Return to exit"
  86.