oem.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
DEL (Erase)
Notes  Examples
────────────────────────────────────────────────────────────────────────────
 
                                DEL (Erase)
 
Deletes the files you specify.
 
Syntax
 
    DEL [drive:][path]filename [/P]
 
    ERASE [drive:][path]filename [/P]
 
Parameter
 
[drive:][path]filename
    Specifies the location and name of the file or set of files you want to
    delete.
 
Switch
 
/P
    Prompts you for confirmation before deleting the specified file.
 
Related Commands
 
For information about retrieving a deleted file, see the <UNDELETE>
command.
 
For information about removing a directory, see the <RMDIR> command.
 
For information about deleting a directory, its files, and all
subdirectories and files subordinate to it, see the <DELTREE> command.
 
                                      ♦