home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / dirutl / nuke111.arc / NUKE.DOC < prev    next >
Text File  |  1989-03-09  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.                                       NUKE(TM)
  5.                                     Version 1.11
  6.                      (C) 1988, 1989 by Charles Martin Hannum II
  7.           
  8.           
  9.           PURPOSE:  To erase  files  completely,  including  the  directory
  10.                     entry, so  that they  cannot  be  reconstructed  later.
  11.                     NUKE first writes binary 0's to the file, then 1's, for
  12.                     the number  of cycles  specified.   NUKE then  writes a
  13.                     random value and erases the directory entry.
  14.           
  15.           
  16.           SYNTAX:   NUKE [d:][path]filename.ext ... [/GNLPTV|/Cn]
  17.           
  18.           
  19.           SWITCHES: /Cn  Use n cycles for nuking
  20.                     /G   Use government specifications (3 cycles)
  21.                     /L   Log mode (unused; reserved for future use)
  22.                     /N   Non-nuke mode; erase only
  23.                     /P   Pause at end of page
  24.                     /T   Terse mode; display final statistics only (implies
  25.                          Automatic mode)
  26.                     /V   Verify mode; confirm each file
  27.           
  28.           
  29.           COMMENTS: Hidden, System,  and Read-Only  files are  confirmed in
  30.                     all modes.
  31.                     
  32.                     Multiple filespecs are allowed.
  33.                     
  34.                     If a  directory entry  is specified,  you will be asked
  35.                     whether or  not to  nuke (or  delete) the files in that
  36.                     directory, even in Terse and Automatic modes.
  37.                     
  38.                     There are  four valid  responses to a file or directory
  39.                     confirmation:
  40.                     
  41.                          Y    Yes, delete  file or  files in this directory
  42.                               (In the  case of  a directory, you will still
  43.                               be prompted  for each  file  if  you  are  in
  44.                               Verify mode)
  45.                          
  46.                          N    No, skip this file or directory
  47.                          
  48.                          A    Yes, and all other files or all files in THIS
  49.                               DIRECTORY ONLY
  50.                          
  51.                          Q    No, and quit (abort) the program
  52.                     
  53.                     Conflicting options  are resolved by using the last one
  54.                     on the command line.
  55.           
  56.           
  57.           NOTE:     If you like and use this program (or NUKE/V), I request
  58.                     a small  registration fee  of $25,  which  covers  both
  59.                     programs.  Send all registrations to:
  60.                     
  61.                          Charles M. Hannum II
  62.                          P.O. Box 278
  63.                          Henryville, PA 18332
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                     
  71.                     Upon registration,  you  will  receive  a  unique  user
  72.                     identification number.   You will also get free support
  73.                     over the  telephone (at the number which I will provide
  74.                     to registered  users), and  be notified  of bug  fixes,
  75.                     enhancements, etc.   I  urge you  to register so that I
  76.                     can continue to support this product.  Please allow 4-6
  77.                     weeks for delivery.  Invoices are available on request.
  78.                     Thank you.
  79.                     
  80.                     Comments and suggestions are always welcome!
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.