From the command line:
for /D %f in (XXX*) do rmdir %f /s
You can do this via the CMD line.RD /S /Q "Full Path of Folder"
No comments:
Post a Comment