зеркало из https://github.com/github/ruby.git
4 строки
93 B
Batchfile
4 строки
93 B
Batchfile
|
@echo off
|
||
|
setlocal EnableExtensions
|
||
|
for %%I in (%*) do if not exist "%%~I/." mkdir "%%~I"
|