view build/mkdir.bat @ 101:4f909ae70e76

add dynamiclayouts example
author mandel
date Fri, 29 May 2009 13:25:41 +0000
parents e78566595089
children
line wrap: on
line source

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