home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 008A / HDDPRT2.ZIP / HDDPRT.ME < prev   
INI File  |  1996-10-24  |  4KB  |  83 lines

  1. [-]
  2.  
  3.  
  4.                      HDDPRT.COM - HDD Protect Daemon V2
  5.         (C) Copyright Denis Zibarev, 1996. All rights Reserved.
  6.                   This is first public release, Freeware!
  7.  
  8. Why you need it?
  9. ----------------
  10.  You can ask me: 'Why I must use it?'.
  11.  I will answer: 'To protect the system areas of your hard drive. This  is
  12. necessary because of many viruses that writes to system areas in order to
  13. make disk un-bootable. Or, if you are system programmer, you  would  like
  14. to prevent your programs to write to the system areas of hard disk.If you
  15. think some time about this problem, you can find an other reasons to  use
  16. it.
  17.  
  18. How does it works?
  19. ------------------
  20. Oh, this is very simple. When started, HDD Protect Daemon  intercepts the
  21. BIOS interrupt,that any program uses to write to the disk.If Daemon finds
  22. that any program trying to write to a system areas, it simply returns  an
  23. error code 'Disk is write-protected' without any actions.
  24.  
  25. And how about system software?
  26. ------------------------------
  27. If you use programs like Fdisk or Format on your  hard  drive,  you  must
  28. disable HDDPRT first. Simply remove the line calling HDDPRT.COM from your
  29. autoexec.bat file, and reboot the system.
  30.  
  31. OK, how can I install it?
  32. -------------------------
  33. This is simple. Make a directory called, for example, ZSOFT, on your hard
  34. drive. Execute:
  35.        MD \ZSOFT
  36. Copy all files from  this  pack  to  this  directory.  For  example,  you
  37. decompress files to \TEMP\DownLoad directory. Execute:
  38.        COPY \TEMP\DownLoad \ZSOFT
  39. Add the line calling HDDPRT.COM to your AUTOEXEC.BAT:
  40. Before:                                        After:
  41. @ECHO OFF                                      @ECHO OFF
  42. SET PATH=C:\EXE;C:\SYMLNK;D:\SYMLNK;E:SYMLNK   \ZSOFT\HDDPRT
  43. SET WATCOM=H:\WCL;                             SET PATH=........
  44. .....                                          .................
  45.  
  46. Tips
  47. ----
  48.    Running Windows: I does not test this program under Windows,  (I  have
  49. only OS/2 and MS-DOS on my computer), but, I think, all should be OK.
  50.    Moving HDDPRT.COM to upper memory:
  51.   I think this program takes so little of memory, that there is no reason
  52. to move it to high memory, but  it  should  be  OK  if  you  change  line
  53. '\ZSOFT\HDDPRT' to 'LH \ZSOFT\HDDPRT' in your autoexec.bat file.
  54.    Running under non-MSDOS:
  55. Windows95:This program WILL NOT work under Windows95.
  56. OS/2     :Due to IO Supervisor of OS/2,this program is useless under OS/2
  57. DR-DOS   :Not tested.
  58. NovellDOS:Not tested.
  59. PC-DOS   :OK.
  60. CompaqDOS:Not tested.
  61.  
  62. For MS-DOS, versions 2+ are supported.
  63.  
  64. Why this program is freeware
  65. ----------------------------
  66.  Because I _H_A_T_E_ ShareWare!!! ! I think that program  must  be  fully
  67. functional, and not a demo! From another point of view, there  were  many
  68. little people, that will register a fully-functional  shareware  product.
  69. Therefore, my program have an unlimited trial period, that means that  is
  70. FreeWare! Use it for your joy! But if you would like to contact  me,  use
  71. [!] e-mail:den@re.tsu.tomsk.su  From  my  point  of  view,  every  system
  72. programmer, that writes program to itself, must  distribute  it  only  as
  73. FreeWare!
  74.  
  75. TM's: OS/2, PC-DOS are registered trademarks  of  International  Business
  76. Machines Corporation.DR-DOS is a registered trademark of Digital Research
  77. Corp. All other trademarks are the property of their respective owners.
  78.                                                Denis Zibarev, 1996
  79.  
  80. PS: Did you cracked Netscape? ;)
  81.  
  82.  
  83.