From 9f210e13ce08340fc4920311518187e8a03a636f Mon Sep 17 00:00:00 2001 From: Mumbles Date: Mon, 2 Dec 2013 05:51:24 -0800 Subject: Added Windows batch file for 'db2sql' plugin. --- db2sql.bat | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 db2sql.bat (limited to 'db2sql.bat') diff --git a/db2sql.bat b/db2sql.bat new file mode 100644 index 000000000..b23f76bce --- /dev/null +++ b/db2sql.bat @@ -0,0 +1,29 @@ +@ECHO OFF + +REM Copyright (c) Hercules Dev Team, licensed under GNU GPL. +REM See the LICENSE file +REM Base Author: Mumbles @ http://hercules.ws + +COLOR 0F + +ECHO. +ECHO Hercules Development Team presents +ECHO _ _ _ +ECHO ^| ^| ^| ^| ^| ^| +ECHO ^| ^|_^| ^| ___ _ __ ___ _ _^| ^| ___ ___ +ECHO ^| _ ^|/ _ \ '__/ __^| ^| ^| ^| ^|/ _ \/ __^| +ECHO ^| ^| ^| ^| __/ ^| ^| (__^| ^|_^| ^| ^| __/\__ \ +ECHO \_^| ^|_/\___^|_^| \___^|\__,_^|_^|\___^|^|___/ +ECHO. +ECHO Database to SQL Converter +ECHO http://hercules.ws/board/ +ECHO. +ECHO. + +ECHO Exporting item databases to 'sql-files' folder... +PING -n 3 -w 1 127.0.0.1 > nul + +map-server.exe --db2sql +ECHO. + +PING -n 10 -w 1 127.0.0.1 > nul -- cgit v1.2.3-60-g2f50