Andrew B. Wrote: > > 'lame' is not recognised as an internal or external command, operable > program or batch file. > [then some settings stuff] > failed with exit code 65280 > > Tantalisingly close! > > lame.exe is sitting in the same directory as flac2mp3.pl and flac.exe, > so I don't know why it doesn't seem to work. I will try uninstalling > and reinstalling lame. > > Andrew
Even though lame.exe is in the current directory, maybe it would help to explicitly point the script to it. I don't see why it would be necessary, but sometimes the belt + suspenders/braces approach is called for. So edit the user config section like so: our $lamecmd = "c:\\flac2mp3\\lame.exe"; Note the double backslashes. -- aubuti ------------------------------------------------------------------------ aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074 View this thread: http://forums.slimdevices.com/showthread.php?t=21422 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
