home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util1 / drnu451.lzh / NUWIPEDI < prev    next >
Text File  |  1990-10-19  |  4KB  |  90 lines

  1.                                   WIPEDISK
  2.  
  3. Description:   Overwrites either an entire disk or the deleted and unused
  4.                areas on the disk. Overwritten data cannot be read.
  5.  
  6. Syntax:        Version 3.0:   WIPEDISK (drive:)
  7.  
  8.                Version 3.1:   WIPEDISK (drive:) [/E] [/G] [/LOG] [/R(n)]
  9.                               [/V(n)]
  10.  
  11.                Version 4.0, 4.5:   WIPEDISK (drive:) [/E] [/G(n)] [/LOG]
  12.                                    [/R(n)] [/V(n)]
  13.  
  14.                                  Parameters:
  15.  
  16. (drive:)       The single-letter specifier (A:, B:, C:, etc.) for the drive
  17.                you want to process. Follow the letter with a colon. You must
  18.                supply the (drive:) parameter.
  19.  
  20. /E             Writes over unallocated areas of the disk and does not destroy
  21.                format information or current files. Unallocated areas might
  22.                contain data from files that have been deleted; use this
  23.                switch to ensure that deleted files cannot be read again.
  24.  
  25. /G             Follows U.S. government erasing standards for writing over
  26.                data. If you include this switch, WIPEDISK writes binary 1s
  27.                (hexadecimal FF) on the first pass, binary 0s on the second
  28.                pass, and either a default value of 246 (hexadecimal F6) or
  29.                the value you specify with the /V switch on the third pass.
  30.                After the third write pass, WIPEDISK read-verifies the last
  31.                value written. In versions 4.0 and 4.5, you can specify the
  32.                number of times you want WIPEDISK to repeat the first two
  33.                write passes by adding a number to the /G switch; the default
  34.                number for (n) is 3. In all versions, you can use the /R
  35.                switch to specify the number of times you want WIPEDISK to
  36.                repeat the entire write-over cycle.
  37.  
  38. /LOG           Displays diagnostic output as separate (not overlaid) output
  39.                you can direct to either a printer or a disk file. You can
  40.                send the output to a printer or a disk file by including the
  41.                MS-DOS redirection character ()) followed by a printer name or
  42.                filename at the end of the command.
  43.  
  44. /R(n)          Repeats the write passes (n) times. The default value  is 1.
  45.  
  46. /V(n)          Uses the binary equivalent of the decimal value (n) when
  47.                writing over data. If you do not use the /G switch, the
  48.                default value is 0.
  49.  
  50.  
  51.                                    Notes:
  52.  
  53.  
  54. The MS-DOS Delete and Erase commands do not destroy data or completely remove
  55. directory entries. To ensure that data is completely erased and cannot be
  56. reused, you must use WIPEDISK or WIPEFILE.
  57.  
  58. When you use WIPEDISK to write over an entire disk, the command writes over
  59. all data, including the format information (unless you use the /E switch).
  60. You must reformat the disk before you can use it again.
  61.  
  62.  
  63.     ** CAUTION ** CAUTION  **CAUTION ** CAUTION ** CAUTION ** CAUTION **
  64.  
  65. When you use WIPEDISK to write over data, you cannot recover the data by
  66. using the FR (Format Recover), the NU (Norton Utilities), or the QU (Quick
  67. UnErase) command. WIPEDISK always asks for confirmation before it begins
  68. execution. If you discover you have started WIPEDISK by mistake, you can halt
  69. execution by entering Ctrl-C (^C) or Ctrl-Break (^[). WIPEDISK begins erasing
  70. from the last track on the disk, so quickly halting the execution of WIPEDISK
  71. might save much of your data.
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. Example:       To use U.S. government erasing standards to write over the
  83.                data that might have been stored in areas that are currently
  84.                unallocated on the disk in drive B.
  85.  
  86.                Enter:    WIPEDISK b: /E /G
  87.  
  88. See <NUFR>, <NUNU>, <NUQU>, <NUUD>, <NUWIPEFI>.
  89.  
  90.