får lite konstiga fel här !
detta funkar
-------------------------------------------------
set the target_app to application "Internet Connect"
using terms from application "Internet Connect"
tell target_app
connect
end tell
end using terms from
-------------------------------------------------
detta fungerar ochså
------------------------------------------------
set the target_app to application "finder" of machine "eppc://192.168.2.1"
using terms from application "Finder"
tell target_app
say "hello"
end tell
end using terms from
-------------------------------------------------
men detta fungerar icke får timeout fel
set the target_app to application "internet connect" of machine "eppc://192.168.2.1"
using terms from application "Internet Connect"
tell target_app
connect
end tell
end using terms from
--------------------------------------------------
någon med några tips ? eller några bra applescript länkar ?