![]() |
![]() |
#1 | |
Member
Join Date: Mar 2009
Posts: 7
|
![]()
Hi,
I'd like to mass-verify my MPC library, so I tried a batch like this: Quote:
Doesn't anybody have an idea? thank you edit: I really can't find out a solution; since mpcdec is said to write to stdout, the output should be redirected to the log file... Last edited by BigBertrand; 16 March 2009 at 04:25 pm. |
|
![]() |
![]() |
![]() |
#2 |
Veteran Member
|
![]()
Hmmm, there is something strange, it seems that mpcdec writes to stderr instead of stdout? I've succeeded to redirect the output to a file using
Code:
>mpcdec.exe test.mpc >> test.log 2>&1 I'm affraid with pure windows command prompt this would be impossible. ~~ |
![]() |
![]() |
![]() |
#3 |
Member
Join Date: Mar 2009
Posts: 7
|
![]()
thank you Antonski, redirecting both stdout and stderr this way works (no need of GNU tool at all)
future versions of mpcdec might want to correct this behaviour ![]() |
![]() |
![]() |
![]() |
#4 |
Member
|
![]()
future versions of windows might want to justify more their POSIX compatibility by documenting the streams and their redirection. mpcdec correctly sends output to stdout and diagnostics to stderr.
__________________
-- Just an earthbound misfit, I. Last edited by tzot; 23 May 2009 at 10:53 pm. |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|