diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-01 09:40:12 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-01 09:40:12 +0000 |
commit | 366e7bf28c3f99c330dad67a63c7bf00b6443092 (patch) | |
tree | 5ade565044d3147903585c864e5ab9c350e95a7c /runserver-sql.bat | |
parent | de180195823a91544c99c7ef0f7c12ad05d07a60 (diff) | |
download | hercules-366e7bf28c3f99c330dad67a63c7bf00b6443092.tar.gz hercules-366e7bf28c3f99c330dad67a63c7bf00b6443092.tar.bz2 hercules-366e7bf28c3f99c330dad67a63c7bf00b6443092.tar.xz hercules-366e7bf28c3f99c330dad67a63c7bf00b6443092.zip |
eol-style for the startup scripts and batch files
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11104 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'runserver-sql.bat')
-rw-r--r-- | runserver-sql.bat | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/runserver-sql.bat b/runserver-sql.bat index 57d6fa1b8..f424a205a 100644 --- a/runserver-sql.bat +++ b/runserver-sql.bat @@ -1,8 +1,8 @@ -@echo off
-rem This is and auto-restart script for the eAthena Ragnarok Online Server Emulator.
-rem It will also keep the map server OPEN after it crashes to that errors may be
-rem more easily identified
-rem Writen by Jbain
-start cmd /k logserv-sql.bat
-start cmd /k charserv-sql.bat
-start cmd /k mapserv-sql.bat
+@echo off +rem This is and auto-restart script for the eAthena Ragnarok Online Server Emulator. +rem It will also keep the map server OPEN after it crashes to that errors may be +rem more easily identified +rem Writen by Jbain +start cmd /k logserv-sql.bat +start cmd /k charserv-sql.bat +start cmd /k mapserv-sql.bat |