view build/mkdir.bat @ 75:44a75b467197

typesystem: scope -> scope_ in QSettings.
author SokoL_SD
date Sun, 24 May 2009 11:09:31 +0000
parents e78566595089
children
line wrap: on
line source

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