a.out changed
a.out changed
- Subject: a.out changed
- From: louie <email@hidden>
- Date: Mon, 11 Jul 2011 16:12:20 -0700
Hi all below is the c code and the apple script that I am running the c code from. I get an error when running the scrip from the script editor. What I hear is error then hello.
Thank you for any help.
#include <stdio.h>
int main ()
{
printf("hello");
}
tell current application
set pattyPath to (path to home folder as text) & "UnixBins:patty"
do shell script quoted form of POSIX path of pattyPath
end tell
louie
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden