DEL

Section: Misc. Reference Manual Pages (1 )
Index Return to Main Contents
 

NAME

DEL - Deletes one or more files or directories.  

SYNOPSIS

DEL [/F] [/S] file..  

DESCRIPTION

DEL will erase one or more files or directories. You can ask to delete the subcontents of a directory as well, and you can specify that DEL prompt you before erasing an entire directory.  

OPTIONS

/F
Force DEL to erase directories. This does not prompt you before doing so.
/S
Recurse into subdirectories as well. Without this, directories are not erased.
"Warning: Unable to remove"
DEL could not remove a directory.
 

AUTHOR

Libraries by John Hall. Program and Help page by James Hall.  

EXAMPLES

To delete AUTOEXEC.BAT from the working directory:

       DEL AUTOEXEC.BAT

To delete the directory "DATA" and all of its subcontents without prompting:

       DEL /F /S DATA


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR
EXAMPLES

This document was created by man2html, using the manual pages.
Time: 04:38:03 GMT, January 30, 2023