Re: Fwd: Bring Finder to Front via ssh?
Re: Fwd: Bring Finder to Front via ssh?
- Subject: Re: Fwd: Bring Finder to Front via ssh?
- From: garbanzito <email@hidden>
- Date: Wed, 7 Aug 2002 19:30:46 -0600
at 2002 08 07, 12:28 -0700, they whom i call email@hidden wrote:
What you should be able to do (but I can't get to work):
osascript -e "tell application \"Finder\" to activate"
[...]
I don't know what's up with the -e option; it doesn't want to recognize
paired ""s...
just use single quotes on the outside:
osascript -e 'tell application "Finder" to activate'
i doubt this would work on a ssh session, though, since
you'd be logged into a session separate from the regular
user session, and there wouldn't be a graphical context in
which Finder could run.. have to puzzle over a solution for
that ...
--
steve harley email@hidden
_______________________________________________
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.