view build/mkdir.bat @ 408:ba1abf81d0e0

fix crash of the example upon exit
author Eldar Insafutdinov
date Fri, 18 Mar 2011 10:17:40 +0000
parents e78566595089
children
line wrap: on
line source

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