Changeset: 4d71ecaba145 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4d71ecaba145
Modified Files:
        clients/NT/msqldump.bat
Branch: Jun2010
Log Message:

Add msqldump.bat.  Somehow this got mislaid.


diffs (18 lines):

diff -r 637bd5f2a469 -r 4d71ecaba145 clients/NT/msqldump.bat
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/clients/NT/msqldump.bat   Tue Jun 15 15:28:20 2010 +0200
@@ -0,0 +1,14 @@
+...@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%
+
+...@rem start the real client
+@"%MONETDB%\bin\msqldump.exe" %*
+
+...@if ERRORLEVEL 1 pause
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to