view build/mkdir.bat @ 288:f9559a957be9 signals

new signals and slots implementation
author eldar
date Sun, 08 Nov 2009 19:28:01 +0000
parents e78566595089
children
line wrap: on
line source

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