view build/mkdir.bat @ 15:056e83133e29

QDialogButtonBox
author eldar
date Thu, 14 May 2009 15:58:18 +0000
parents e78566595089
children
line wrap: on
line source

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