EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Development (https://www.eqemulator.org/forums/forumdisplay.php?f=590)
-   -   Start.bat for the Lazy (https://www.eqemulator.org/forums/showthread.php?t=22653)

koldar 04-13-2007 09:38 AM

Start.bat for the Lazy
 
I decided to setup a computer as a dedicated server for eqemu. I didn't want to have to manually start the eqemu applications so....here is a little .bat file for the extremely lazy or those who do not wish to be bothered with manually starting apps.

Please Note:
1. You will also need sleep.exe (Google it)
2. Loading task manager is not necessary.
3. You will need to add start.bat to your startup folder in windows to have it automatically load on login.
4. You may need to adjust the 15 second delays based on your computer and how fast it loads services.

Code:

@echo off
start /min taskmgr
sleep for 15
start /min minilogin
start /min world
sleep for 15
start /min eqlaunch zones



All times are GMT -4. The time now is 07:49 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.