home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 July / macformat-039.iso / Internet Essentials / Internet Shareware / Anarchie-160 / Example Scripts / Find Clipboard < prev    next >
Encoding:
Text File  |  1994-05-10  |  268 b   |  8 lines  |  [TEXT/ToyS]

  1. set theSearchItem to the clipboard
  2. tell application "Anarchie"
  3.     set theResult to find theSearchItem server "archie.rutgers.edu" matches 100 with window
  4.     if theResult is "" then
  5.         find theSearchItem server "archie.internic.net" matches 100 with window
  6.     end if
  7. end tell
  8.