home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 005A / PUADOS12.ZIP / SFE202.DOC < prev    next >
Text File  |  1995-12-21  |  2KB  |  26 lines

  1. This batch file has two options for deleting files so that they may not be
  2. undeleted.  The "/S" option is for super delete, and requires DEBUG.COM or
  3. DEBUG.EXE be available.  It does use some script commands, but these can
  4. be either stored in an external file (to make the batch smaller) or stored
  5. actually inside the batch file.  I have put them in the batch file but
  6. this may be changed.  Without the /S option, it still does a delete which
  7. can not be undeleted, but it is not as secure.  As you might know, I
  8. released a batch file a long time ago called SFE.BAT.  I am now releasing
  9. this, SFE 2.0.  It has built-in help and is public domain.  It is based on
  10. an example in the Run Batch Run book, RBATCH13.ZIP, which hopefully will
  11. soon be launched into BFDS.  So, without further docs, here it is.  Send
  12. comments to Tony Baechler at 1:202/1333 (Fidonet) or baechler@cts.com.
  13.  
  14. History
  15. 1.00: First release, shareware ($2 reg. fee), used many kludges because I used
  16. a batch file compiler.
  17.  
  18. 2.00: Major update, added better help, rewrote the file from nothing, added
  19. the new /S option which uses Debug to ensure the file is truly gone, so even
  20. programs which recover the file based on parts of the fat will fail.
  21.  
  22. 2.01: Improved help, added history to docs, separated .DOC from .BAT, fixed a
  23. bug where it would hang because of the CTTY NUL not being terminated with
  24. CTTY CON.  I also included addresses in the docs as opposed to a signature.
  25. 2.02: changed address, batch file the same.
  26.