Re: Mixing Apple Script, Excel and a network
Re: Mixing Apple Script, Excel and a network
- Subject: Re: Mixing Apple Script, Excel and a network
- From: Paul Berkowitz <email@hidden>
- Date: Tue, 19 Aug 2003 08:29:58 -0700
On 8/19/03 7:08 AM, "Courtney Moore" <email@hidden> wrote:
>
set var to "Users:courtney:Desktop:spreadsheet.txt"
This is why you can't get it to work on a remote computer: this is NOT a
full file path, as you claimed. You've omitted the disk name at the
beginning! I'm amazed it even works on the startup disk, but i guess excel
makes that assumption. You have to:
set var to "Disk name:Users:courtney:Desktop:spreadsheet.txt"
and then it should work, whether local or remote-mounted.
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.