Changeset: dc25ab9685ff for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dc25ab9685ff
Removed Files:
        clients/NT/m4client.bat
Branch: Jan2014
Log Message:

Removed m4client.bat.


diffs (25 lines):

diff --git a/clients/NT/m4client.bat b/clients/NT/m4client.bat
deleted file mode 100755
--- a/clients/NT/m4client.bat
+++ /dev/null
@@ -1,20 +0,0 @@
-@echo off
-rem figure out the folder name
-set MONETDB=%~dp0
-
-rem remove the final backslash from the path
-set MONETDB=%MONETDB:~0,-1%
-
-rem extend the search path with our EXE and DLL folders
-rem we depend on pthreadVCE.dll having been copied to the lib folder
-set PATH=%MONETDB%\bin;%MONETDB%\lib;%MONETDB%\lib\bin;%PATH%
-
-if not "%1"=="/STARTED-FROM-MENU" goto skip
-shift
-if "%DOTMONETDBFILE%"=="" if exist "%MONETDB%\etc\.monetdb" set 
DOTMONETDBFILE=%MONETDB%\etc\.monetdb
-:skip
-
-rem start the real client
-"%MONETDB%\bin\m4client.exe" %1 %2 %3 %4 %5 %6 %7 %8
-
-if ERRORLEVEL 1 pause
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to