home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / del / summary.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  768 b   |  16 lines

  1.                                DEL
  2.  
  3. The DEL or ERASE internal command deletes files. Read-only or hidden files 
  4. cannot be deleted by DEL. The ATTRIB command can remove the read-only 
  5. attribute from a file. To remove the hidden attribute from a file requires
  6. a separately purchased program.
  7.  
  8.     DEL [d:][pathname]filename[.ext] [/P]
  9.  
  10. [d:][pathname]filename[.ext] specifies the file(s) to be deleted. The 
  11.     wildcard characters can be used to specify multiple files. WARNING: *.* 
  12.     matches all filenames in the default directory or specified pathname.
  13.  
  14. /P tells DOS to prompt you before deleting each file. This option is generally
  15.     only present on DOS 4.0 and later.
  16.