orca/scripts/mkdir.bat

4 lines
43 B
Batchfile
Raw Normal View History

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