orca/scripts/mkdir.bat

4 lines
43 B
Batchfile

@echo off
mkdir %1
exit /b %errorlevel%