addon-tools-el/_rd.bat

4 lines
50 B
Batchfile

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