summaryrefslogtreecommitdiff
path: root/tk/win/mkd.bat
blob: ac35788ce2b5b59505acf532334b63249532dee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@echo off
rem RCS: @(#) $Id$

if exist %1\nul goto end

md %1
if errorlevel 1 goto end

echo Created directory %1

:end