diff options
author | Mumbles <mumbles@rhythm.ro> | 2013-12-02 05:51:24 -0800 |
---|---|---|
committer | Mumbles <mumbles@qt-ro.com> | 2013-12-02 05:51:24 -0800 |
commit | 9f210e13ce08340fc4920311518187e8a03a636f (patch) | |
tree | 2e826e26da360eb6332d5fe84804aee9d6d91250 | |
parent | 050acc31bb35b4f3d5213de5b0bb16ca48c4670f (diff) | |
download | hercules-9f210e13ce08340fc4920311518187e8a03a636f.tar.gz hercules-9f210e13ce08340fc4920311518187e8a03a636f.tar.bz2 hercules-9f210e13ce08340fc4920311518187e8a03a636f.tar.xz hercules-9f210e13ce08340fc4920311518187e8a03a636f.zip |
Added Windows batch file for 'db2sql' plugin.
-rw-r--r-- | db2sql.bat | 29 |
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 |