From dcc4f18653bc9398a5bc5d605f053d001de47c30 Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Tue, 13 Mar 2012 08:36:00 +0000 Subject: [PATCH] Removed stray file --- _canute.bat | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 _canute.bat diff --git a/_canute.bat b/_canute.bat deleted file mode 100644 index 6ae9aa7..0000000 --- a/_canute.bat +++ /dev/null @@ -1,10 +0,0 @@ - -@ECHO OFF -TITLE Canute -CALL %TOOLSDRV%\BAT\SYSENV w: -SET GNU=1 -IF ERRORLEVEL 1 GOTO :ERR -IF NOT ERRORLEVEL 1 GOTO :DONE -:ERR -PAUSE -:DONE