view build/mkdir.bat @ 272:7243f9ed2307

small fix
author eldar
date Thu, 24 Sep 2009 13:33:59 +0000
parents e78566595089
children
line wrap: on
line source

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