Skip to content

Instantly share code, notes, and snippets.

@hammackj
Created January 31, 2022 13:22
Embed
What would you like to do?
Start a Character Everquest
tasklist /nh /fi "WINDOWTITLE eq CHARACTER_NAME" | find /i "eqgame.exe" > nul ||(start "CHARACTER_NAME" /d "C:\everquest\" "C:\everquest\eqgame.exe" patchme /Login:ACCOUNT_NAME) && (timeout /t 8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment