view build/mkdir.bat @ 369:6e1857c521af

removed unnecessary std.stdio
author Max Samukha <maxter@maxter.com>
date Mon, 28 Jun 2010 22:02:08 +0300
parents e78566595089
children
line wrap: on
line source

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