broth420 wrote: > I copied > the flac, lame, and flac2mp3 files into folders at the root of c:\, > installed Perl, and then wrote three batch files to execute the > flac2mp3.pl script. > > Each batch file looked something like this: > c:\flac2mp3\flac2mp3.pl E:\start1 D:\Albums > c:\flac2mp3\flac2mp3.pl E:\start2 D:\Albums > c:\flac2mp3\flac2mp3.pl E:\start3 D:\Albums > > I named each batch file something different (Encode1, etc), and then > divided up my flac files into the three directories listed above > (e:\start1, etc)
No need to create batch files - you could just run flac2mp3.pl from three separate command windows. As you say, if you've got multiple cores use them. > > Another observation, which has probably already been mentioned. In > your .bat file, make sure there are no spaces in your folder names. > Spaces work ok in folders below the main container folder, but not to > start. As others have responded, just use quotes around the folder names. R. _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
