Go Back   EQEmulator Home > EQEmulator Forums > General > General::General Discussion

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 03-27-2014, 09:58 PM
Eboonysa
Fire Beetle
 
Join Date: Mar 2011
Posts: 6
Default

Removed all mention of that which cannot be named.


Code:
@ECHO OFF
:BEGIN
REM This is so our "plugin: somefile" is found, can probably use abs path instead
cd "C:\Program Files (x86)\WinEQ2\"
GOTO WINEQ2

REM Checks if we have WinEQ2 running
:WINEQ2
tasklist /FI "IMAGENAME eq WinEQ2.exe" | find /i "WinEQ2.exe"
IF ERRORLEVEL == 2 GOTO GRPSELECT
IF ERRORLEVEL == 1 GOTO STARTWINEQ2
GOTO GRPSELECT

:STARTWINEQ2
ECHO Starting WINEQ2..... 
START "" /B "C:\Program Files (x86)\WinEQ2\WinEQ2.exe"
TIMEOUT 5
GOTO GRPSELECT

REM PICK 1-5 or 0 to exit. 40 second timer to pick (or exit)
:GRPSELECT
CHOICE /C 012345 /N /T 40 /D 0 /M "Which group do you want to load? [1-5 (0 Exits)]"
IF ERRORLEVEL == 6 GOTO FIVE
IF ERRORLEVEL == 5 GOTO FOUR
IF ERRORLEVEL == 4 GOTO THREE
IF ERRORLEVEL == 3 GOTO TWO
IF ERRORLEVEL == 2 GOTO ONE
IF ERRORLEVEL == 1 GOTO END
GOTO END

:ONE
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
GOTO BEGIN

:TWO
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
GOTO BEGIN

:THREE
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
GOTO BEGIN

:FOUR
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
GOTO BEGIN

:FIVE
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
TIMEOUT 5
"C:\Program Files (x86)\WinEQ2\WinEQ2.exe" /plugin:WinEQ2-EQ.dll "SomeChar"
GOTO BEGIN

:END
EXIT
Reply With Quote
 

Tags
bat, batch, startup

Thread Tools
Display Modes

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 05:47 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3