home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / HARDDISK / WPHD20.ZIP / WPHD.DOC < prev   
Encoding:
Text File  |  1991-01-11  |  2.0 KB  |  57 lines

  1. Write Protect Hard Disks (WPHD) - v2.0
  2. Copyright (c) 1990, 1991 Solutions by the Numbers
  3.  
  4. Write Protect Hard Disks can be used to control write access to your hard
  5. disks while running questionable software or to limit write access to drives
  6. while others are on your machine.
  7.  
  8. Just like putting a write-protect tab on your fixed disks, any write access to
  9. the hard disks going through the ROM BIOS will be rejected.
  10.  
  11. Using WPHD:
  12.  
  13.     WPHD command [/Ppassword] [/Ddrives]
  14.  
  15.     Commands are:
  16.  
  17.        ON     -  Write protect the hard disks (default)
  18.        OFF    -  Turn off the write protection for the hard disks
  19.        REMOVE -  Remove WPHD from memory
  20.        ?      -  Display the current setting
  21.  
  22.     Example: WPHD on /Padmin /Dcd
  23.  
  24.     This would write protect drives C: and D: and set the password to
  25.     ADMIN (case insensitive).  Once a password has been set, the only
  26.     command that can be used without the password is "?".  Also, once
  27.     the password has been set, it may not be changed except by removing
  28.     WPHD from memory and re-installing it.
  29.  
  30.  
  31. This program is supplied AS IS without any warranty, expressed or implied
  32. including but not limited to fitness for a particular purpose.
  33.  
  34. Since WPHD works at the ROM-BIOS level it is possible that a program
  35. can get to the disk by programming the disk controller directly.
  36.  
  37. If you find WPHD useful, a registration of $5.00 would be appreciated.
  38.  
  39. Send registrations, questions, or comments to:
  40.  
  41.                       Solutions by the Numbers
  42.                       P.O. Box 1856
  43.                       Germantown, MD 20875
  44.  
  45.  
  46. For your registration you will receive a diskette containing the assembly
  47. source for WPHD.
  48.  
  49. Have you been searching high and low for that certain program or utility
  50. to handle a specific need?  Drop us a note and we'll see what we can do.
  51.  
  52. Releases:
  53.  
  54.     v1.0   December 26, 1990       Initial Release
  55.     v2.0   January  11, 1991       Added password security and
  56.                                    drive selections
  57.