Skip to content

Instantly share code, notes, and snippets.

@hammackj
Created January 31, 2022 13:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hammackj/22f56bc2b1a8fda8bbfa66a0270ba0fc to your computer and use it in GitHub Desktop.
Save hammackj/22f56bc2b1a8fda8bbfa66a0270ba0fc to your computer and use it in GitHub Desktop.
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