Secure file eraser
------------------
version 0.2 BETA

File destroyer (secure erase) util.
Wipes files according to Department of Defense standard DOD 5220.22-M.

THIS IS A BETA VERSION, ONLY FOR TESTING PURPOSES!

Usage:
  wipe.exe filelist.txt
  - where filelist.txt contains paths to files to wipe
  - wildcards allowed
  
  example for filelist.txt:
  
  c:\temp\*.pa?
  c:\*.tm*
  c:\windows\*$*.*tmp
  d:\trash.tmp
  
  as default the deletion is recursive, but you can override it 
  with placing a "|NR" to the end of line:
  
  c:\temp\*.pa?|NR
  
  this will delete files with *.pa? mask in c:\temp, but not in 
  the subdirectories under c:\temp
  (NR = No Recursive)
  
Freeware, freely distributable without changes.

NOTE:
This software is provided 'as-is', without warranty of any kind. 
In no event will the author be held liable for any damages arising 
from the use of this software.

Thanks to Vladimir Kladov for Key Objects Library

All suggestions, ideas, bug reports and critics are welcome.

Copyright  2005 by Vilmos Negyedi <ludolf@vipmail.hu>
________________________________________________________