home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / FLOPPIES / CLEAN4.ZIP / CLEAN.DOC < prev    next >
Encoding:
Text File  |  1993-03-02  |  3.5 KB  |  56 lines

  1. ╔════════════════════════════════════════════╗    Copyright 1990  by Randy Stack
  2. ║ CLEAN - Floppy Drive Head Cleaning Utility ║    ──────────────────────────────
  3. ╚════════════════════════════════════════════╝    CLEAN <seconds> <drive number>
  4.  
  5. The CLEAN utility is designed to assist in the head cleaning process by randomly
  6. cycling through tracks on your floppy drive.  This ensures more uniform wear and
  7. longer life for your head cleaning diskette.  Usual methods of activating drives
  8. (such as DIR) position the head over a fixed track each time.
  9.  
  10. The <seconds> parameter sets the duration for the cleaning process, while <drive
  11. number> sets the floppy device (A: is 0, B: is 1, etc.).  After pressing RETURN,
  12. you will be prompted to insert the cleaning disk and press any key.  By pressing
  13. any key during cleaning, you may terminate CLEAN before <seconds> has elapsed.
  14.  
  15. CLEAN works with 5.25 and 3.50 inch floppy drives, both in high- and low-density
  16. formats.  As a measure of user protection, CLEAN will not permit access to fixed
  17. disk drives, nor will it affect any existing data on non-cleaning disks, so your
  18. files will be safe if you forget to insert a cleaning disk prior to activation.
  19.  
  20. The program determines whether there is a disk in the drive to be cleaned and it
  21. will abort and return an error if a disk is not detected.  The program will step
  22. through all tracks and sectors of the disk which will allow complete use of your
  23. cleaning disk. The 5.25" cleaning disk must have an index hole (sometimes called
  24. position hole) if this program is to recognize a disk is in the drive. The index
  25. hole is the small hole located 1/2 an inch from the center hub hole.  Somtimes a
  26. cleaning disk is supplied (based upon manufacturer)  without this index hole and
  27. you will need to cut one.  The 3.5" disk does not use an index hole punched into
  28. the media itself to determine disk locations.
  29.  
  30. In the event that you are executing CLEAN from the same floppy drive that you'll
  31. be cleaning, you will be prompted to insert the cleaning disk and press any key.
  32. Upon completion of the cleaning process, the "remove cleaning disk" message will
  33. be displayed.  Take out your cleaning disk and replace it with the original disk
  34. from which CLEAN was executed and press any key.
  35.  
  36. If you find CLEAN to be somewhat useful (or, at the very least, mildly amusing),
  37. please send a meager contribution of $2 to $4 (or whatever you feel it's worth):
  38. Randy Stack, 6222 Brookhill Circle, Orlando, Florida 32810.  This will, in turn,
  39. assist me in achieving the ultimate goal of using the fruits of my technology to
  40. obtain a nutritious breakfast.  Not only will you be assured of staying informed
  41. regarding future releases, you'll also get the peace of mind that I'm well fed.
  42.  
  43. The user assumes the risk as to the quality and performance of this program.  In
  44. no event will the above be liable for direct,  indirect, special, incidental, or
  45. consequential damages as a result of program use, whether in contract or tort.
  46.  
  47. This program cannot be included with a commercially published program unless the
  48. permission of the author is obtained.   This documentation file must be included
  49. with the executable file when distributed.
  50.  
  51. Included with this documentation file is the  CLEAN.EXE program which can be run
  52. according to the above instructions and 2 batch files. The CLEAN_A.BAT file will
  53. activate your drive A for 30 seconds and the CLEAN_B.BAT will activate your disk
  54. drive B for 30 seconds.  Enjoy....
  55.  
  56.