view build/mkdir.bat @ 91:100d72cf4b81

didn't want to overwrite build_all.txt
author eldar
date Wed, 27 May 2009 13:02:58 +0000
parents e78566595089
children
line wrap: on
line source

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