view build/mkdir.bat @ 67:b5d10b2218da

more porting
author mandel
date Tue, 19 May 2009 20:07:48 +0000
parents e78566595089
children
line wrap: on
line source

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