• 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
Scripting Terminal
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Scripting Terminal


  • Subject: Scripting Terminal
  • From: Paul Scott <email@hidden>
  • Date: Thu, 24 Jun 2010 17:11:35 -0700

Why doesn't this work?

tell application "Terminal"
    tell front window
        set t to selected tab
        do script "1G" in t
        set s to contents of t
        display dialog s
    end tell
end tell

But this does:

tell application "Terminal"
    tell front window
        do script "1G" in selected tab
        set s to contents of selected tab
        display dialog s
    end tell
end tell

???

Paul



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Scripting Terminal
      • From: Axel Luttgens <email@hidden>
    • Re: Scripting Terminal
      • From: "email@hidden" <email@hidden>
  • Prev by Date: more tell/scoping problems
  • Next by Date: Re: *** OUT ***AppleScript-Users Digest, Vol 7, Issue 333
  • Previous by thread: Re: more tell/scoping problems
  • Next by thread: Re: Scripting Terminal
  • Index(es):
    • Date
    • Thread