Re: problems with remote execution on 10.1
Re: problems with remote execution on 10.1
- Subject: Re: problems with remote execution on 10.1
- From: Jon Pugh <email@hidden>
- Date: Sat, 10 Nov 2001 20:02:16 -0800
At 12:58 PM -0500 11/10/2001, email@hidden wrote:
>
set remote_Finder to application "Finder" of machine "eppc://10.0.1.53"
I got things working for me, and I believe one crucial tidbit is the trailing slash.
Thus:
set remote_Finder to application "Finder" of machine "eppc://10.0.1.53/"
Until I did that, I was having no luck.
Jon