head     1.1;
branch   1.1.1;
access   ;
symbols  start:1.1.1.1 markom:1.1.1;
locks    ; strict;
comment  @:: @;


1.1
date     2002.01.16.10.26.02;  author markom;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2002.01.16.10.26.02;  author markom;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@@@echo off
rem RCS: @@(#) $Id: mkd.bat,v 1.2 1999/01/26 04:11:44 jingham Exp $

if exist %1\tag.txt goto end

if "%OS%" == "Windows_NT" goto winnt

md %1
if errorlevel 1 goto end

goto success

:winnt
md %1
if errorlevel 1 goto end

:success
echo TAG >%1\tag.txt
echo created directory %1

:end
@


1.1.1.1
log
@Insight
@
text
@@
