Posts

Showing posts from April, 2014

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