Hi,
I'd like to mass-verify my MPC library, so I tried a batch like this:
Quote:
FOR /r %a IN (*.mpc) DO mpcdec -c "%a" >> C:\log.txt
|
I had in mind to then search for "error occured" in the resulting log file; however, it doesn't work because the output is still written on screen, not in log
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...