I've done a few searches and I see that some people in this forum are running batch files (.bat or .cmd) as the external encoder from EAC. I haven't been able to find exactly how this is being done, however. I want to do the same thing but I _always_ get an error thrown by EAC when I check "Check for external programs return code".
To troubleshoot I've reduced the test case to as simple a batch file that I can create and I'm calling it with no additional command line parameters.
Under "Program, including path, used for compression"
C:\WINDOWS\system32\cmd.exe
And under "Additional command line options:"
/c C:\test.bat
test.bat is the followng, which writes a simple string to an output file, just so I know whether it successfully ran:
echo Hello >C:\test.txt
Windows XP Pro is the operating system. What's the trick?
