home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 014r / protect.zip / PROTECT.DOC < prev    next >
Text File  |  1984-10-31  |  1KB  |  30 lines

  1. PROT.BAS , PROT.COM , UNPROT.BAS , and UNPROT.COM  are programs which allow
  2. one to make doubly sure that a file does now get inadvertantly deleted if
  3. the user does not wish it to be. PROT.BAS and UNPROT.BAS create the .COM
  4. files of the same names, respectively.
  5.  
  6. It should be noted that PROT.COM  does *not* copy protect the file. The
  7. PROT-ected file will copy as many times as you key in the instruction, or
  8. until the disk wears out. What it WILL do is keep the file from being the
  9. victim of an ERASE, DEL, or even OPEN.
  10.  
  11. *****IMPORTANT*****
  12. This file will protect .COM and .EXE files womderfully. It will also protect
  13. .BAS files, but it will do it so well that the file will not be runnable. Any
  14. .COM or .EXE file that is PROT-ected will be runnable, however.
  15.  
  16. To run PROT.COM merely key in:
  17.  
  18.                       PROT a:filespec.ext
  19.  
  20. And it's done. To UNPROT-ect just substitute UNPROT for PROT. Simple, eh?
  21.  
  22. The basics of what the PROT.COM file's actions are straightforward : when the
  23. file is subject to a DEL, it will return a 'File Not Found' error.
  24.  
  25. The program is copied verbatim from PC Magazine, vol 3 #2, user-to-user column,
  26. and I supplied the little hand-holding exercise in the .BAS programs.
  27.  
  28. -matt
  29.  
  30. PC Magazine, vol 3 #2, user-to-us