File: mkd.bat

package info (click to toggle)
tdom 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,928 kB
  • sloc: ansic: 46,086; xml: 19,231; tcl: 3,405; sh: 630; makefile: 84; cpp: 30
file content (13 lines) | stat: -rw-r--r-- 135 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
@echo off
rem RCS: @(#) $Id$

if exist %1\nul goto end

md %1
if errorlevel 1 goto end

echo Created directory %1

:end