addon-tools-el/_rd.bat

4 lines
65 B
Batchfile

for %%folder in (%*) do (
if exist %%folder rd /s /q %%folder
)