Answers for "how to delete all files in dir command prompt"

0

delete all files in a directory cmd

del /S C:Pathtodirectory*
Posted by: Guest on October-23-2020
3

delete all files in a directory command

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

Code answers related to "how to delete all files in dir command prompt"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language