DEL

Action

Deletes a file.

 

Syntax

DEL "file name" [/h] [/s]

 

/c

Continue operation, even if errors occur.

/f

Overwrite read-only files.

/h

Deletes hidden and system files also.

/s

Delete specified files from all subdirectories.

 

 

Remarks

DEL does not prompt the user to confirm the deletion.

Wildcards are supported.