Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #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
  #2  
Old 10-12-2012, 10:04 PM
opyrus
Hill Giant
 
Join Date: Apr 2008
Location: in doors
Posts: 138
Default

I then took this a step further i made a startup and shutdown batch file.

Startup.bat
Code:
@echo off
Echo Starting Server
start /B minilogin.exe
start /B world.exe
start /B eqlaunch.exe zone
Shutdown.bat
Code:
taskkill /F /IM MiniLogin.exe /T
taskkill /F /IM eqlaunch.exe /T
taskkill /F /IM World.exe /T
taskkill /F /IM Zone.exe /T
Then i grabbed a simple bat to exe converter an made 2 exe files that both run entirely invisible no windows on the desktop from 1 to none =D. now i have a nice neat 1 click startup and shutdown system for my server "abyss".
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:57 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3