view build/mkdir.bat @ 252:37eed70de029

More things broken than fixed. Rolling back to 263
author maxter
date Sat, 22 Aug 2009 12:50:58 +0000
parents e78566595089
children
line wrap: on
line source

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