View Single Post
  #1  
Old 10-12-2012, 09:40 PM
opyrus
Hill Giant
 
Join Date: Apr 2008
Location: in doors
Posts: 138
Default Server Startup Script 1 Window

i really did not like how most start up scripts listed around open 3 separate windows to run the server rather messy so i did a script to merge all 3 in to 1 nice neat window easy to manage. its rather simple code listed below makes use of the /B dos command its not much but i wanted to share.

Code:
@echo off
Echo Starting Server
start /B minilogin.exe
start /B world.exe
start /B eqlaunch.exe zone
Reply With Quote