Re: Script terminal.app -without- opening a new term window?
Re: Script terminal.app -without- opening a new term window?
- Subject: Re: Script terminal.app -without- opening a new term window?
- From: Reinhold Penner <email@hidden>
- Date: Thu, 14 Mar 2002 09:47:48 -1000
Charles,
I see that you're taking the idea you posted on the Igor mailing list a
bit further ;-)
tell application "Terminal"
do script with command "ls"
end tell
Why do you have to tell the Terminal? You could just "do script" in
plain AS.
-Reinhold
_______________________________________________
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.