home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Expert 1995 Winter
/
Mac Expert - Winter 95.iso
/
Les fichiers
/
Communications
/
Internet
/
Anarchie-160 ƒ
/
Example Scripts
/
DropPut
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1994-09-08
|
231 b
|
13 lines
|
[
TEXT/ToyS
]
property whereto : "ftp://user:pasword@host/path/"
on open doc
if doc's class is not list then
set doc to {doc}
end if
repeat with i in doc
tell application "Anarchie"
store i url whereto
end tell
end repeat
end open