![]() |
batch mass-verify
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... |
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. ~~ |
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 ;) |
Quote:
|
All times are GMT. The time now is 11:45 pm. |
Powered by vBulletin® Version 3.8.11 Beta 2
Copyright ©2000 - 2021, vBulletin Solutions Inc.