One can run soffice.exe from the Command Prompt like this:

\...\soffice.exe 2>&1 | more

and see all kinds of debugging output (well, at least if parts of OOo have been 
built with debug=true). Yes, that Unix-like syntax actually does work in 
cmd.exe, too.

The stdout and stderr can also be redirected to a file like this:

\...\soffice.exe >foo.log 2>&1

--tml



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to