Answers for "dir recursive windows cmd"

1

how to delete directory recursively in windows

del /s /q *.*
the /q does the delete without any prompts
Posted by: Guest on June-01-2021
0

recursive dir batch

dir /b /s /a:-D
Posted by: Guest on July-30-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language