The general format for flac2mp3.pl is: flac2mp3.pl [source flac directory] [output mp3 directory]
I imagine that it gagged because "M:FLAC" and "M:mp3" are not valid paths. You don't say where your FLAC files are, but let's say they're in m:\flac. And let's say you want to create a parallel structure of MP3s in a directory m:\mp3. First, create the directory m:\mp3. Then change to the c:\flac2mp3 directory and type the command: flac2mp3.pl m:\flac m:\mp3 That should work. If it doesn't, check the following: 1. is perl in your path? (type "path" at a command prompt and see if it's there) 2. In the user config section of Robin's script, do the "$flaccmd" and "$lamecmd" point to where flac.exe and lame.exe really are? You said that you put them in the same directory as flac2mp3.pl, so maybe all you need to do is comment those lines out (put a # at the beginning of the lines). Good luck, and post back here if you're still stuck. -Ken -- 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
