home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / DOSUT-09.ZIP / CLEAN2.DOC < prev    next >
Text File  |  1983-12-17  |  3KB  |  64 lines

  1.  
  2. ********************************************************************                              CLEAN2.COM
  3. ********************************************************************
  4. A simple program for IBM-PC to make full use of cleaning disks,
  5. such as those sold by 3M and Verbatim.
  6.  
  7.  
  8.      Format of command:
  9.  
  10.       X>clean [drive:]
  11.  
  12. If no drive is specified, CLEAN assumes you want to work on the
  13. default drive, else drive a:, b:, etc.    When it is through you
  14. are asked if you want to clean any other drives, and if so
  15. prompts for the drive letter.
  16.  
  17. This works on single or double sided or quad density drives
  18. without modification and naturally will not accomplish too much
  19. on your fixed disk. No harm will come, however, if it is run on
  20. your fixed or floppy disk as it uses the PC-DOS absolute sector
  21. READ to move the head around the disk.
  22.  
  23. The reason you use a cleaning utility rather than using DIR or
  24. any other command to get the disk moving is that since the disk
  25. in the drive is paper, the head will never get past Track 0 where
  26. DOS goes for the directory in order to try to accomplish your
  27. command.  In other words you will never use more than 2.5% of the
  28. surface of your cleaning disk. CLEAN knows there is a cleaning
  29. disk in the drive, ignores the DOS error message that the READ
  30. has failed, and tries to read another sector on another track.
  31. This way the head is moved about the disk and more effectively
  32. cleaned.
  33.  
  34. Cleaning your disk drive is good preventive medicine, but don't
  35. overdo it.  A drive that is in heavy use probably needs to be
  36. cleaned once a week, but on the average once every other month is
  37. plenty.
  38.  
  39. The reason for the 2 in CLEAN2.COM is that this is the second
  40. version of this program.  At the time I wrote CLEAN I only had
  41. single-sided drives and was not able to test CLEAN with
  42. double-sided.  Thanks to a User Group Librarian I was set
  43. straight on this and have improved CLEAN.  Users of the older
  44. version may remember a patch I had provided for working with DSDD
  45. drives.  This patch was not needed.  I am sorry for the
  46. inconvenience caused by this and present this better working
  47. version.
  48.  
  49. CLEAN now times in closer to the recommended 30 seconds for
  50. cleaning a disk.  It also uses a random factor to start its
  51. journey across the surface on different tracks.  Since it uses
  52. only the most basic of MS-DOS functions, it should run on any
  53. MS-DOS computer.
  54.  
  55. Program by:
  56.  
  57. Marty Smith  SOURCE ST2259 / COMPUSERVE 12155,1214
  58. 310 Cinnamon Oak Lane       (713) 661-1241 [Office]
  59. Houston, TX  77079            (713) 464-6737 [Home]
  60.  
  61. [At my request, Marty has modified the program so that it will
  62. work on any drive letter, so those of us with add-on quad disks
  63. can be next to godliness, too.  Don't try sticking a cleaning
  64. disk in your RAM drive, though!  R. Jueneman/SYSOP/(703) 237-4322]