view build/mkdir.bat @ 156:37cf6fd1ee85

add styles example, still buggs
author mandel
date Tue, 16 Jun 2009 21:28:16 +0000
parents e78566595089
children
line wrap: on
line source

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