home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / hdutils.zip / TIMEPARK.DOC < prev   
Text File  |  1986-03-19  |  3KB  |  77 lines

  1.                        TIMED HARD DISK PARKER
  2.                                   by
  3.                        ALPHA COMPUTER SERVICE
  4.                       ( Sanford J. Zelkovitz )
  5.                             714-894-6808
  6.                        VERSION 1.1   03/19/86
  7.  
  8. The ARCHED distribution contains the following files:
  9.  
  10.     1) TIMPARK1.ASM     The assembly source
  11.     2) TIMEPARK.COM     The load module
  12.     3) TIMEPARK.DOC     This miserable manual
  13.  
  14. This software is placed in the PUBLIC DOMAIN to be used for NON-COMMERCIAL
  15. purposes only. Absolutely NOTHING may be charged for its use. Also, all
  16. three files MUST be passed on.
  17.  
  18. The above software has been tested on an IBM-AT and a Compaq portable and
  19. should perform as stated on all other near compatibles.
  20.  
  21. The software is supplied AS IS and absolutely NO guarantees are given or
  22. implied about its suitability.
  23.  
  24. Well, so much for that, now here is what it will do for you:
  25.  
  26. One of the major concerns about using a hard disk is its continuous rotation
  27. during its usage. I, like many other SYSOPs, have hard disks spinning
  28. 24 hours a day, 7 days a week. Even though there are many periods in the
  29. day that the BBS is being used on a continuous basis, there are also periods
  30. where it isn't used for some time. The heads are positioned on the recording
  31. surface and may touch for one reason or another. Therefore, this program
  32. is one answer to the problem. What this will do is park the heads of the
  33. hard disk after so much time of non-use. The heads will be re-positioned
  34. after the next disk access is requested. The event timer is automatically
  35. reset after each and every hard disk access ( INT 13H ). Therefore, it
  36. is quit possible that you may never see it park during normal operation.
  37. The program will park drive C and, if present, drive D.
  38.  
  39. To use the program, simply type or put in your batch file:
  40.  
  41.                   TIMEPARK N
  42.  
  43.                            Where N is the number of minutes that you
  44.                            will allow before the disk parking takes place.
  45.  
  46.  Please note that the range of N is 1-9; therefore you can select
  47.  one minute to nine minutes before the heads park. I could have made
  48.  the range longer; however, I felt that 9 minutes without usage was MORE
  49.  than enough.
  50.  
  51.  An example of a five minute period is:
  52.  
  53.                    TIMEPARK 5
  54.  
  55. Please note that this software was first place on my BBS on the 13th
  56. of March, 1986.
  57.  
  58.                Pro-Tech BBS    Fido 103/506
  59.                714-898-8634  300/1200/2400
  60.                7 days a week,  24 hours a day
  61.  
  62. Enjoy,
  63. Sandy
  64.  
  65. ERRATA:  Version 1.1
  66.  
  67. The software NOW takes over part of the BIOS 1C interrupt! Also, it
  68. now performs a seek instead of a verify. The parking software is also
  69. removed from the interrupt service routine and is a STAND ALONE memory
  70. resident program which is executed prior to the return to the main
  71. program.
  72.  
  73. In the original version, it was possible under certain applications to
  74. loose time will the disks are parking, in this version, NO TIME SHOULD
  75. BE LOST NOR SHOULD YOU NOTICE A KEYBOARD LOCKUP WHILE THE DISKS ARE
  76. PARKING!
  77.