Remote GUI?
Remote GUI?
- Subject: Remote GUI?
- From: Michael Tompsett <email@hidden>
- Date: Mon, 24 Feb 2003 16:20:17 +0000
Does anyone know if it is possible to remote script the GUI on another
machine.
Putting 3of machine 3eppc://xxx.xxx.xxx.xxx22 after the 3tell app 3System
Events22 generates a syntax error
The script below works fine fine on the host machine and when run directly
from the remote machine.
tell application "System Events" -- of 3eppc://xxx.xxx.xxx.xxx2 (does not
target other machine when added)
tell process "Filemaker Pro"
tell menu bar 1
click menu item "Minimize Window" of menu "Window"
end tell
end tell
end tell
End tell
Any suggestions for a workaround or an alternative
Many Thanks
Michael
_______________________________________________
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.