ImageMagick & do shell script.. almost got, it need help
ImageMagick & do shell script.. almost got, it need help
- Subject: ImageMagick & do shell script.. almost got, it need help
- From: Ken Tozier <email@hidden>
- Date: Sat, 24 May 2003 20:53:45 -0400
I have a unix command that works fine in both tcsh and sh but when
attempting to run it using, "do shell script" it seems to run and die
silently (ie no errors make it back to AppleScript) the only result
being "" in the "the result" window. I've read Apple's tech note on the
matter and am including full path names to the command in question,
using quoted form of POSIX path of fileAlias etc so I don't know if I
seeing a bug or missing something in my script.
here's the command as it works in tcsh
mogrify -size 100x100 * -resize 100x100
here's what works in "sh"
/usr/local/ImageMagick-5.5.7/bin/mogrify -size 100x100
/users/bobo/desktop/test_folder/* -resize 100x100
Anyone have any insights?
Thanks
Ken
_______________________________________________
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.