addon-tools-el/bat/mkdir.bat

6 lines
69 B
Batchfile

for %%x in (%*) do (
if not %%x=="-p" if not exist %%x md %%x
)