• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: theSIMS -- Applescript copy paste from Explorer
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: theSIMS -- Applescript copy paste from Explorer


  • Subject: Re: theSIMS -- Applescript copy paste from Explorer
  • From: Andy Wylie <email@hidden>
  • Date: Sun, 17 Mar 2002 11:16:21 +1200

on 16/3/02 11:21 AM, Xandra Lee at email@hidden wrote:

> Has anyone found an applescript only way to copy text from an Explorer
> window.
>
maybe of interest (IE v5.1.3)...

tell application "Internet Explorer"
Activate
puppet menu {"Edit", "Select All"} --Akua, keystrokers?
set theText to (get selected text)
set the clipboard to theText
end tell
--------------

I recall a flakey 'copy' command now absent from IE's dictionary.

_____________________________ Andy
_______________________________________________
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.

References: 
 >theSIMS -- Applescript copy paste from Explorer (From: Xandra Lee <email@hidden>)

  • Prev by Date: Getting a PID and killing a process (Was: Re: Scripting a command to unix..)
  • Next by Date: Re: Open files
  • Previous by thread: Re: Entourage close main window
  • Next by thread: Re: theSIMS -- Applescript copy paste from Explorer
  • Index(es):
    • Date
    • Thread