Hi all,
when I run this script for skype it works fine:
tell application "Skype"
send command "MESSAGE xyz check" script name "Script is fun"
end tell
but when I use this script for remote machine it produces error written below it:
set targetMachine to "eppc://xyz%20abc@192.168.0.31"
tell application "Skype" of machine targetMachine
send command "MESSAGE abc check" script name "Script is fun"
end tell
error: Expected end of line but found identifier.
Can anyone suggest me if I am wrong somewhere? or skype does not support apple script commands for remote machines??
Thanks in advance.....
Monaj
when I run this script for skype it works fine:
tell application "Skype"
send command "MESSAGE xyz check" script name "Script is fun"
end tell
but when I use this script for remote machine it produces error written below it:
set targetMachine to "eppc://xyz%20abc@192.168.0.31"
tell application "Skype" of machine targetMachine
send command "MESSAGE abc check" script name "Script is fun"
end tell
error: Expected end of line but found identifier.
Can anyone suggest me if I am wrong somewhere? or skype does not support apple script commands for remote machines??
Thanks in advance.....
Monaj