Re: Fink and 'sh'
Re: Fink and 'sh'
- Subject: Re: Fink and 'sh'
- From: Graff <email@hidden>
- Date: Sun, 21 Mar 2004 19:50:23 -0500
Try using the explicit path of the command. To find out where LAME is,
do this in the shell:
where LAME
It is probably located at /sw/bin/lame, so to use it do:
do shell script "/sw/bin/lame blah blah blah"
(The blahs are obviously optional!)
-Ken
On Mar 21, 2004, at 6:49 PM, Brennan wrote:
I just installed 'LAME' with Fink. It works fine from the Terminal
('tcsh') but Applescript 'do shell script' is complaining that sh
doesn't
know the command 'lame'.
Is there something special I should do to make this work?
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.