Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

delete file with cmd

Note** The deleted file will not be store in the recycle bin
del /Q *filename.extension*  --This will delete only specific file in a current dir

del /Q *.txt*  --This will delete all file with .txt 

del /Q *.*  --This will delete all file, except folder 
Source by www.windows-commandline.com #
 
PREVIOUS NEXT
Tagged: #delete #file #cmd
ADD COMMENT
Topic
Name
4+4 =