Nico Golde([EMAIL PROTECTED])@2007-12-10 00:03: > This does not seem like an option to me too because vobcopy > is using stderr and stdout, I doubt the average user can > redirect those streams in the shell.
hmmm .. its not difficult to redirect (1>filea 2>fileb) or to combine (2>&1). But would the *average* user be collecting this information in the first place? Another option would be to send error data to stdout instead of stderr. Does a two output stream (stdout/stderr) have any use with vobcopy? Warm regards, Steve -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

