home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / del / hints.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  896 b   |  19 lines

  1. If you are not sure what files will be matched by some combination of 
  2. wildcards, try doing a DIR /W with that combination before entering the DEL 
  3. command.
  4.  
  5. The contents of a file are still on the disk or diskette after being deleted, 
  6. but the filename is removed from the directory, so there is no simple way to 
  7. get to it. To really destroy the contents of a file AND delete it requires 
  8. more than just a DEL command. (See the EXAMPLES topic.)
  9.  
  10. To keep a filename but lose the contents, requires a different command. (See 
  11. the EXAMPLES topic).
  12.  
  13. If a "bad" filename (one with characters that cannot be readily entered from 
  14. the keyboard) somehow gets created, and you cannot delete it explicitly, use 
  15. ? to match the "bad" part of the filename. For example, the file OOPS*.TXT 
  16. could be deleted by the command
  17.  
  18.     DEL OOPS???.TXT.
  19.