view build/mkdir.bat @ 165:0f23cdea249a

-
author mwarning
date Wed, 17 Jun 2009 23:48:09 +0000
parents e78566595089
children
line wrap: on
line source

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