jeffmeh wrote: > I am trying to run Robin Bowes' flac2mp3 perl script and I am > encountering errors. I get the errors whether or not I specify any > parameters for the source and destination paths. > > Windows XP > flac2mp3.pl 0.2.7 > ActivePerl 5.8.8 Build 820 > > I have edited the perl script to change the paths for flac and lame: > > our $flaccmd = "C:\Program Files\FLAC\flac.exe"; > our $lamecmd = "C:\Program Files\LAME\lame.exe"; > > The error text is: > > Unrecognized escape /P passed through at flac2mp3.pl line 31. > Unrecognized escape /F passed through at flac2mp3.pl line 31. > Unrecognized escape /P passed through at flac2mp3.pl line 32. > > Any thoughts? Thanks.
You either need to use double backslashes (\\) or single forward slashes (/) R. _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
