summaryrefslogtreecommitdiffstats
path: root/win/mkd.bat
diff options
context:
space:
mode:
Diffstat (limited to 'win/mkd.bat')
-rw-r--r--win/mkd.bat5
1 files changed, 2 insertions, 3 deletions
diff --git a/win/mkd.bat b/win/mkd.bat
index 1e78fc4..97f36ae 100644
--- a/win/mkd.bat
+++ b/win/mkd.bat
@@ -1,7 +1,7 @@
@echo off
-rem RCS: @(#) $Id: mkd.bat,v 1.4 1998/09/30 20:19:35 escoffon Exp $
+rem RCS: @(#) $Id: mkd.bat,v 1.5 1999/12/22 00:00:16 hobbs Exp $
-if exist %1\tag.txt goto end
+if exist %1\. goto end
if "%OS%" == "Windows_NT" goto winnt
@@ -15,7 +15,6 @@ md %1
if errorlevel 1 goto end
:success
-echo TAG >%1\tag.txt
echo created directory %1
:end