Re: Send script to a certain Terminal window
Re: Send script to a certain Terminal window
- Subject: Re: Send script to a certain Terminal window
- From: Gnarlodious <email@hidden>
- Date: Thu, 03 Feb 2005 14:47:15 -0700
Entity jj uttered this profundity:
> set cmd to "date"
> set instanceName to "Applescript result"
> property windowName : missing value -- to instanceName & " bash"
> tell application "Terminal"
> try
> do script cmd in w
> on error
> do script "echo " & instanceName
> tell front window to set custom title to instanceName
> set w to item 1 of windows
> end try
> end tell
Thanks, that works here too :=)
--
Social Security Privatization: a solution in search of a problem
-- Gnarlodious
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden