Command to delete multiple folders with wildcards

for /D %f in (*-a) do rmdir %f /s /q

Above command deletes all folders ending with -a

Comments

Popular posts from this blog

vRA/vRO workflows

How to generate HPS Report for Windows