Hey guys,
I was tired of having to manually click my icon and wait for the autologin to get past the account login screen before clicking the icon again. I made this quick little batch file to start one session and wait 10 seconds before starting the next session. You will need to create this in a text document, change the extension from .txt to .bat and then drop it into your WinEQ2 folder (normally located in C:\Program Files (x86)\WinEQ2). Also this will only load the Default Profile from a base install. If you want it to load different profiles, you will need to change the "WinEQ 2.0 Default Profile" to the name of the profile you want to use. This was designed for 5 character loads but you can just copy/paste to create more.
I was tired of having to manually click my icon and wait for the autologin to get past the account login screen before clicking the icon again. I made this quick little batch file to start one session and wait 10 seconds before starting the next session. You will need to create this in a text document, change the extension from .txt to .bat and then drop it into your WinEQ2 folder (normally located in C:\Program Files (x86)\WinEQ2). Also this will only load the Default Profile from a base install. If you want it to load different profiles, you will need to change the "WinEQ 2.0 Default Profile" to the name of the profile you want to use. This was designed for 5 character loads but you can just copy/paste to create more.
Rich (BB code):
start WinEQ2.exe /plugin:WinEQ2-EQ.dll "WinEQ 2.0 Default Profile"
timeout 10
start WinEQ2.exe /plugin:WinEQ2-EQ.dll "WinEQ 2.0 Default Profile"
timeout 10
start WinEQ2.exe /plugin:WinEQ2-EQ.dll "WinEQ 2.0 Default Profile"
timeout 10
start WinEQ2.exe /plugin:WinEQ2-EQ.dll "WinEQ 2.0 Default Profile"
timeout 10
start WinEQ2.exe /plugin:WinEQ2-EQ.dll "WinEQ 2.0 Default Profile"

