captainmidnight
New Member
I need to run Eraser every night as part of a batch process that is controlled by custom bat files of mine.
Currently, I am using Eraser Launcher via a bat file line like
But what I REALLY want is for its results to be written to a log file of some sort, and NOT to a gui window. Is there anyway that I can do this?
Even if Eraser would just write its results to stdout and stderr that would suffice, since then I could pipe those into files.
If there is no way to do this at present, let me know and I will repost this to the suggestion forum.
Currently, I am using Eraser Launcher via a bat file line like
Code:
eraserl -disk G: -method Random 1 -resultsonerror -queue
Even if Eraser would just write its results to stdout and stderr that would suffice, since then I could pipe those into files.
If there is no way to do this at present, let me know and I will repost this to the suggestion forum.