view build/mkdir.bat @ 300:c2c70e501860 signals

updated interview demo
author eldar
date Sun, 06 Dec 2009 22:21:22 +0000
parents e78566595089
children
line wrap: on
line source

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