home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / WIPEFILE.ZIP / WF.DOC next >
Text File  |  1990-05-05  |  2KB  |  42 lines

  1.  
  2.                              File Wiper Utility
  3.  
  4.     WF is a utility used to initialize a file to binary zeros before deleteing
  5. it.  This is handy for any sensitive files that you do not want to be "undeleted".
  6. WF is a bound utility, ie. it will work under DOS or OS/2 operating systems.
  7.  
  8.     Usage:
  9.  
  10.         WF [-a] [-n] [-f] filespec
  11.  
  12.  
  13.     Where:
  14.  
  15.         -a : turns off file wiping/deletion Acknowledgement message
  16.  
  17.         -n : turns off permission to wipe file question and response;
  18.              No question/answer mode.
  19.  
  20.         -f : turns on "Full" file mode of wiping.  Normaly only the first
  21.              64K bytes of a file is set to zeroes as this is usually enough
  22.              to "eliminate" file recovery, however, on large files, this may
  23.              not be enough.  The -f switch will clear the entire file.  Of
  24.              course this switch is not necessary of files less than 64K and
  25.              is ignored on files less than 64K.
  26.  
  27.   filespec : I decided this program is too dangerous to allow wildcard file
  28.              names, so if you want to have wildcards do this:
  29.  
  30.                 for %a in ( wildcard_filespec) do WF %a
  31.  
  32.     Example:
  33.  
  34.                 WF -a -n test.dat
  35.  
  36.     WF is a utility I wrote for my own use and I am willing to share it with
  37.     anyone, however I will accept NO liability of its use and hereby will
  38.     accept NO responsibility for its actions and results of its missuse.
  39.  
  40.                                             Graham Andrews
  41.  
  42.