• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - How often do you guys delete your log file?

Joined
Feb 14, 2022
RedCents
961¢
Forgot about it and let mine get to over a gig... How often do you remember to delete yours?

Side note: Is there a way to automate clearing the log every couple of weeks or so?
 
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.
 
Whenever I remember when I am actually using one? Never thought about auto deleting it.:shrug:
 
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.
How do you add this in to the autologin script of MQ? Is that possible?
 
Question - How often do you guys delete your log file?

Users who are viewing this thread

Back
Top
Cart