Re: Opening new window in Fetch
Re: Opening new window in Fetch
- Subject: Re: Opening new window in Fetch
- From: "Marc K. Myers" <email@hidden>
- Date: Sun, 27 May 2001 02:23:51 -0400
- Organization: [very little]
>
Date: Sat, 26 May 2001 20:51:45 -0400
>
Subject: Re: Opening new window in Fetch
>
From: Jim Matthews <email@hidden>
>
To: <email@hidden>, <email@hidden>
>
>
Joe Millay <email@hidden> wrote:
>
>
> I would like to open a new window in Fetch 3.0.3. I will be scripting a
>
> couple of different windows at a time and I need to create the windows
>
> so that I can tell the script which window to use. I try:
>
>
>
> make new transfer window with properties ,
>
> {userid:"xxx", username:"xxx", hostname: "xxx"}
>
>
Technically the make event requires a destination location; this should
>
work:
>
>
make new transfer window at beginning with properties {userid:"xxx",
>
username:"xxx", hostname: "xxx"}
>
>
The index of a new transfer window will always be 1.
>
>
The easiest way to figure this sort of thing out is to turn on recording in
>
the script editor and perform the operation manually.
>
--
>
Jim Matthews
>
Fetch Softworks
>
http://fetchsoftworks.com
This works if you lose "username" and replace it with "password". It
seems to do exactly the same thing as "open remote directory".
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[5/27/01 2:23:12 AM]