Answers for "windows command prompt delete all files in a directory"

0

delete all files in a directory cmd

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

cmd delete folder and all contents

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

Code answers related to "windows command prompt delete all files in a directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language