View Single Post
05/31/22, 05:37 AM   #2
wookiefriseur
 
wookiefriseur's Avatar
Join Date: Mar 2014
Posts: 53
I would not bother with checking the update state.. just set Minion to update automatically and it will be done before you are logged in. Otherwise you'd need a file watcher for the minion log.. or just parse it every few seconds (oof). You could of course try to run it without the launcher to pipe the Logger directly into the terminal, but that might be too much work.



For autoclose you could make a script that starts Minion, ESO and other stuff you want to run when the game starts and then add an infinite loop that polls Get-Process every 10 seconds or something.


Or you just tell it to kill minion 5 min after it has been opened
  Reply With Quote