Using Windows XP I am able to run justDecomplie.exe /lang:cshare /target:<.exe or .dll> /out:c:\somedir from the command line.
But when I try to redirect the justDecompile.exe using the ">log.txt" standard out operator or "2>log.txt" standard error operator I am unable to get a handle on the justDecompile output that is displayed to the command prompt terminal.
How can I save the justDecompile.exe output that is sent to the command prompt terminal to a file?
But when I try to redirect the justDecompile.exe using the ">log.txt" standard out operator or "2>log.txt" standard error operator I am unable to get a handle on the justDecompile output that is displayed to the command prompt terminal.
How can I save the justDecompile.exe output that is sent to the command prompt terminal to a file?