On 13-May-07, at 3:33 PM, Mark Lanctot wrote:

>
> Be prepared for the stupidest question you ever encountered.  It's so
> stupid that I have to ask it because all Internet resources assume you
> know how to do this, so if you don't know how, you can't find out
> because it's so basic!
>
> Trying to execute flac2mp3.pl.  flac2mp3.pl is in the directory I'm
> trying this from.
>
most cases of linux do not include the present directory in the path, 
so you need to use:

./flac2mp3.pl

instead of:
flac2mp3.pl

when you are in the same directory as the executable/script you want to 
run.

-kdf

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to