fast eddie;393687 Wrote: > Can someone please help? > > I have followed the instructions above but when I run the command in > DOS I get the following error: > > C:\>flac2mp3.pl F:\Music F:\mp3 > 'flac2mp3.pl' is not recognized as an internal or external command, > operable program or batch file. > > Can someone please let me know what I am doing wrong cos I obviously am > :-(
Most likely flac2mp3.pl is not in the C:\ folder, and whatever folder it's in is not on the default search path. Include the entire path in the command that you enter (and put double-quotes around it if it contains any spaces): C:\>"C:\Path to the folder where I put the program\flac2mp3.pl" F:\music F:\mp3 -- JJZolx Jim ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=56257 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
