I am using the LAME mp3 command line encoder in a project. I want to see which version someone is using. if I just run LAME.exe without any parameters, I get, for example:
C:\LAME>LAME.exe LAME 32-bits version 3.98.2 (http:
if I try to redirect the output to a text file using> to a text file, the text file is empty. Where does this text come from when starting using System.Process in C #?
c # windows cmd lame
Dave
source share