view build/mkdir.bat @ 144:3e13dc673db8

fix format string
author mandel
date Wed, 10 Jun 2009 17:03:35 +0000
parents e78566595089
children
line wrap: on
line source

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