Re: Fetch
Re: Fetch
- Subject: Re: Fetch
- From: "Marc K. Myers" <email@hidden>
- Date: Thu, 22 Aug 2002 15:08:18 -0400
- Organization: [very little]
>
Date: Thu, 22 Aug 2002 10:09:09 -0500
>
Subject: Fetch
>
From: Keith <email@hidden>
>
To: <email@hidden>
>
>
Can anyone tell me how to AppleScript Fetch to open a new connection. I
>
could use a predefined shortcut.
tell application "Fetch"
make new transfer window at beginning with properties {hostname:"",
userid:"", password:""}
end tell
Fill in th hostname, userid, and password appropriately. BTW, Fetch is
blessedly recordable. You open a Script Editor window, press the Record
button, do whatever in Fetch, and then press the Stop button. All your
Fetch actions are recorded and you can edit them to produce a script
that will do exactly what you want.
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[8/22/02 3:06:46 PM]
_______________________________________________
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.