Re: Terminal Scripting
Re: Terminal Scripting
- Subject: Re: Terminal Scripting
- From: Martin Orpen <email@hidden>
- Date: Sat, 28 Feb 2004 01:04:43 +0000
on 28/2/04 12:34 am, Graff at email@hidden wrote:
>
Ok, because Terminal doesn't seem to support the standard suite of
>
AppleScript commands I found myself unable to create new windows within
>
it. I have found a workaround however. Just run an empty script, that
>
will cause a window to open in front of all other windows:
>
do script ""
Are we using different versions of Terminal?
Terminal produces a new window every time you send a command:
tell application "Terminal"
activate
do script "find . -name '*.scpt' -print"
end tell
Opens a new window every time on my Mac - and finds the scripts I thought
I'd lost :-)
Regards
--
Martin Orpen
Idea Digital Imaging Ltd -- The Image Specialists
http://www.idea-digital.com
_______________________________________________
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.