Re: Mount Volume on Remote Machine
Re: Mount Volume on Remote Machine
- Subject: Re: Mount Volume on Remote Machine
- From: Emmanuel Levy <email@hidden>
- Date: Mon, 27 Apr 2009 20:37:40 +0200
At 8:39 PM -0400 4/25/09, Nathan Aston wrote:
Is there a way to send an applescript command from one machine to
another that tells that machine to mount on itself the machine that
is sending the command
I would try to have Finder run the script on the remote machine, not
that mounting a volume it its job (it's Scripting Additions' job, so
any vaguely scriptable application could mount a volume) but because
Finder is likely to be running.
I would try something like:
tell app "Finder" of machine "eppc://whatever authentication info
here@10.0.1.2" to mount volume "myvol"
and if this doesn't work I would hack it more with:
tell app "Finder" of machine "eppc://whatever authentication info
here@10.0.1.2" to run script "mount volume \"myvol\""
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden