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:
Text File  |  1994-09-08  |  231 b   |  13 lines  |  [TEXT/ToyS]

  1. property whereto : "ftp://user:pasword@host/path/"
  2.  
  3. on open doc
  4.     if doc's class is not list then
  5.         set doc to {doc}
  6.     end if
  7.     repeat with i in doc
  8.         tell application "Anarchie"
  9.             store i url whereto
  10.         end tell
  11.     end repeat
  12. end open
  13.