jove
Member
Hello,
I would like to remotely launch an application. Applescript does not seem to have the ability to do this. SSH has the ability (turn rlogin on in the sharing prefs).
SSH hostname
login
open "/Applications/iTunes.app"
exit
Being able to wrap that transaction into a single Applescript string would be great.
do shell script "..."
My laptop would then be able to select a "Get Remote Music" script from the iTunes script menu. The remote computer is our music server.
Any ideas?
I would like to remotely launch an application. Applescript does not seem to have the ability to do this. SSH has the ability (turn rlogin on in the sharing prefs).
SSH hostname
login
open "/Applications/iTunes.app"
exit
Being able to wrap that transaction into a single Applescript string would be great.
do shell script "..."
My laptop would then be able to select a "Get Remote Music" script from the iTunes script menu. The remote computer is our music server.
Any ideas?