Build Your Own Arcade Controls Forum
Main => Software Forum => Topic started by: ahmer on April 02, 2005, 06:31:58 pm
-
thats it.
As mamewah.log file update automatically so it also increase its size.
how to disable this file ?
or a way to remove it at a particular time.
-
I don't think there's a way to disable it (I wouldn't want to anyway - it has been very useful).
I guess there's a few ways to stop the log growing to an unmanageable level.
One option would be to launch the app via a small batchfile like this:
cd c:\arcade \programs\mamewah
del mamewah.log
mamewah.exe
This would give the benefit of always retaining the most recent log, but ensuring it never gets big by deleting it before each run. The downside to this (when I just tried it) seems to be that you briefly get an DOS window intruding., but you get the idea. This delete could be done in various places before/after executing mamewah, or at startup/shutdown.
Hope that helps!
-
This would give the benefit of always retaining the most recent log, but ensuring it never gets big by deleting it before each run. The downside to this (when I just tried it) seems to be that you briefly get an DOS window intruding., but you get the idea. This delete could be done in various places before/after executing mamewah, or at startup/shutdown.
You could put this .bat file ina shortcut, and set the shortcut to run minimized. That should get rid of the DOS Box flashing.
-sab