"do shell script" problem solved
"do shell script" problem solved
- Subject: "do shell script" problem solved
- From: David Crowe <email@hidden>
- Date: Fri, 15 Nov 2002 18:06:03 -0700
I had a problem using
do shell script "unix command goes here"
with a Unix command that attempted to obtain information about
standard input and didn't exit.
I have discovered that I can accomplish the same thing with:
tell application "Terminal"
do script "unix command goes here"
end tell
The main difference is that going through Terminal actually works.
- David Crowe
_______________________________________________
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.