view build/mkdir.bat @ 19:d54443f1ce1e

add dropsite example
author mandel
date Thu, 14 May 2009 18:20:24 +0000
parents e78566595089
children
line wrap: on
line source

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