view build/mkdir.bat @ 332:24ebea513d66 signals

make connect accept connection type
author eldar1@eldar1-laptop
date Sat, 23 Jan 2010 12:13:47 +0000
parents e78566595089
children
line wrap: on
line source

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