summaryrefslogtreecommitdiff
path: root/db2sql.bat
diff options
context:
space:
mode:
Diffstat (limited to 'db2sql.bat')
-rw-r--r--db2sql.bat29
1 files changed, 29 insertions, 0 deletions
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