view build/mkdir.bat @ 160:624b4a58556e

fix sorting
author mandel
date Wed, 17 Jun 2009 17:42:02 +0000
parents e78566595089
children
line wrap: on
line source

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