Answers for "windows cmd delete all subfolder"

0

cmd delete folder and all contents

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

How to delete dir, subdirectory, fils all in cmd

[destination]rd [deleteable dir] /s

Like:

c:myFolderrd dirName /s
Posted by: Guest on August-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language