Answers for "delete all files in a directory cmd"

0

delete all files in a directory cmd

del /S C:\Path\to\directory\*
Posted by: Guest on October-23-2020
2

delete all files in a directory command

rd /s/q Foldername
Posted by: Guest on May-26-2021
0

how to delete dir in windows cmd

to remove an unempty file from cmd directory
$ rmdir /S nonemptyfile
Posted by: Guest on November-19-2020

Code answers related to "delete all files in a directory cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language