view build/mkdir.bat @ 78:3d465c0a4f98

duic: replace "" with null
author SokoL_SD
date Sun, 24 May 2009 14:04:46 +0000
parents e78566595089
children
line wrap: on
line source

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