view build/mkdir.bat @ 111:2a85b786fa3a

same thing for Objects
author eldar
date Mon, 01 Jun 2009 23:46:16 +0000
parents e78566595089
children
line wrap: on
line source

@echo off
IF EXIST %1 GOTO exit
MKDIR %1
:exit