Answers for "command can delete all files in folder cmd"

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
0

cmd delete folder and all contents

del /S C:Pathtodirectory*
Posted by: Guest on October-12-2021

Code answers related to "command can delete all files in folder cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language