Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
How do you add this in to the autologin script of MQ? Is that possible?just write a simple batch file to start up your EQ sessions, and also have it delete the logs at the same time.
start /d "F:\Games\Everquest" eqgame.exe patchme
timeout 1
start /d "F:\Games\Everquest" eqgame.exe patchme
timeout 1
del F:\Games\Everquest\Logs\eqlog_*.txt
Pretty simple to put that into a batch file and away you go. I use the timeouts because if I just start all 6 instances at once, they won't login the last 2 or 3 of them quite often, but the timeouts fixed that.
Gina has a setting for log maintenance, I use that to keep my files in check.
It holds old data if you wanted to look at a parse or looted items from say 2 weeks ago. Otherwise, its just taking up space.What does that log do? Is there anything lost by deleting it?