diff options
Diffstat (limited to 'runtime/db2sql.bat')
-rw-r--r-- | runtime/db2sql.bat | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/runtime/db2sql.bat b/runtime/db2sql.bat new file mode 100644 index 000000000..c3f22b5e5 --- /dev/null +++ b/runtime/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://herc.ws + +COLOR 0F + +ECHO. +ECHO Hercules Development Team presents +ECHO _ _ _ +ECHO ^| ^| ^| ^| ^| ^| +ECHO ^| ^|_^| ^| ___ _ __ ___ _ _^| ^| ___ ___ +ECHO ^| _ ^|/ _ \ '__/ __^| ^| ^| ^| ^|/ _ \/ __^| +ECHO ^| ^| ^| ^| __/ ^| ^| (__^| ^|_^| ^| ^| __/\__ \ +ECHO \_^| ^|_/\___^|_^| \___^|\__,_^|_^|\___^|^|___/ +ECHO. +ECHO Database to SQL Converter +ECHO http://herc.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 |