view build/mkdir.bat @ 352:1a5569684e30

removed Meta.d
author Max Samukha <maxter@spambox.com>
date Thu, 20 May 2010 16:15:35 +0300
parents e78566595089
children
line wrap: on
line source

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