logging issues win98

3 posts / 0 new
Last post
Anonymous
logging issues win98

How can I redirect the output for the logging for Win98, It is working fine on Win2k,XP,2k3.
In Win2k,XP,2k3 I use this:

"C:\program files\cwrsync\bin\sechaw.exe" --verbose 1> backup.log 2> backup.err

If I try this on Win98 it redirects the log to the error log and doesn't log the errors.

itefix
Offline
Last seen: 6 days 13 hours ago
Joined: 01.05.2008 - 21:33
Re: logging issues win98

I am not sure that Windows 98 command shell is able to differ redirection of standard output and standard error:

"C:\program files\cwrsync\bin\sechaw.exe" --verbose > backup.log

itefix
Offline
Last seen: 6 days 13 hours ago
Joined: 01.05.2008 - 21:33
Re: logging issues win98

Probably not since I have had other issues with it parsing the command strings. I am already using the string you suggest but unfortunately it doesn't capture the standard error output.

Release announcements