Steve wrote:
>What major problems did you discover?  I've been using it and so
>far...seemed like it was working pretty well....though I don't see any clear
>way to verify that the command line options are being done correctly..

Try typing this into a batch file-
/�����
 echo %1
 echo %2
 echo %3
 echo %4
 echo %5
rem etc... continue with more '%'s until it shows all command line options
 pause
\_____
then setting the path to Lame to the batch file instead of lame.exe.
Or, you can make the C program to display all the args one by one. I believe the 
important lines are-
/�����
for (int i=1; i<argc; i++)
 printf(argv[i],"\n")
\_____
I could be wrong; I'm more familiar with C++... Call the compiled program in the same 
manner as the batch I mentioned before. I tried something like this w/ a C++ program & 
it worked fine with LameBatch, Audiograbber, CDex, & EAC.

Shawn
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to