view build/mkdir.bat @ 146:22257add3152

add customsortfiltermodel example
author mandel
date Fri, 12 Jun 2009 22:20:37 +0000
parents e78566595089
children
line wrap: on
line source

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