view build/mkdir.bat @ 99:e252fcf214c5

constructor for QDataStream
author eldar
date Fri, 29 May 2009 00:33:37 +0000
parents e78566595089
children
line wrap: on
line source

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