Delete files inside folder using command prompt - Windows Views : 749
Tagged in : Windows
0 0
Send mail
Delete files which is present inside the folder using command prompt

To delete the files which is present inside the folder use the command DEL in command prompt.

Example:

If there is a file called test.php which is present in E:/sanju/raj/.

To delete that file use the following command
E:>DEL sanju\raj\test.php




The file test.php has been deleted

If you want to delete all the files which is present inside raj folder use
E:>DEL sanju\raj




The files which is present under raj folder has been deleted.
By Sanju, On - 2009-11-09



    Login to add Comments .