home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / hdutils.zip / DISKPARK.DOC < prev    next >
Text File  |  1985-02-27  |  2KB  |  29 lines

  1.   DiskPark by Simcha Lerner
  2.   Version 1.00, November 1984
  3.   
  4.   This program is a utility that will  locate all hard disks in the system
  5.   and move  their heads to the  inner-most cylinder.  It will  give status
  6.   messages for  each drive encountered.   This program uses the  hard disk
  7.   ROM BIOS calls  as documented in the  IBM Tech Ref for the  XT. This has
  8.   been tested on a  Compaq Plus without any problems.  It  will work on PC
  9.   compatible  machines and  non-IBM  hard  disks only  if  they are  fully
  10.   compatible at the BIOS level.  All other  I/O is through DOS so that you
  11.   can use this via a re-directed console.
  12.   
  13.   The ability to exit back to DOS is  to allow you to park the disk if you
  14.   are going to leave the machine for  a while.  EXITING TO DOS CAN UN-PARK
  15.   THE HARD DISK, SO DO NOT EXIT TO  DOS IF YOU ARE ABOUT TO POWER OFF YOUR
  16.   MACHINE.   In order  to exit  back to  DOS, hit  three carriage  returns
  17.   slowly.  The program  flushes the buffer before each  character to avoid
  18.   accidental activation.
  19.   
  20. ****************************************************************************
  21. *                                                                          *
  22. * IMPORTANT:                                                               *
  23. *                                                                          *
  24. * This  program does  NOT lock  the  heads.  If  you intend  to move  your *
  25. * system, run the utility that came with it for that purpose.              *
  26. *                                                                          *
  27. ****************************************************************************
  28.                                               *
  29. *****************************************************************