Page 1 of 1

Saving CLI log file.

Posted: Mon May 18, 2009 8:16 pm
by Deleted User 792
I am using the windows CLI with a batch script. How can I save or export the log file?

Re: Saving CLI log file.

Posted: Mon May 18, 2009 8:43 pm
by Deleted User 11865
This is not a HandBrake question.

Anyway, I found this through Google:

Introduction to the Windows Command Prompt

Re: Saving CLI log file.

Posted: Mon May 18, 2009 8:50 pm
by Deleted User 792
I am actually looking for the handbrake log file. Thanks for the reply.

Re: Saving CLI log file.

Posted: Mon May 18, 2009 9:29 pm
by s55
um, The CLI doesn't produce a log file. It only displays the output on screen. If you want one you've got to use pipes which is a standard feature of the command prompt that works with any app outputting to standard output or standard error.

Re: Saving CLI log file.

Posted: Tue Jun 02, 2009 8:55 pm
by Deleted User 792
Thanks, I think I got it. Any way to format it? it is rust a running mess.

Re: Saving CLI log file.

Posted: Fri Aug 28, 2009 6:36 pm
by jfnewell
put this at the end of your command line for running handbrake.

replace path with your real path you want the file.

> path\handbrake.txt

some basic advice would be that it will be streaming so you cannot open it while the batch is running. But you can open it with excel while its running and then specify to open with read-only access. you won't see it streaming, but you can see what is in there up to the point you opened it.