• 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: TextWrangler scripting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TextWrangler scripting


  • Subject: Re: TextWrangler scripting
  • From: Emmanuel LEVY <email@hidden>
  • Date: Thu, 29 Jul 2010 16:33:02 +0200

Just in case, Smile opens ftp and http protocols, you can do

tell application "Smile"
	open "ftp://XXX:XXXX@XXXXX/arandomfolder/2010/august/flyer/index.html";
end tell

Emmanuel

On 2010-07-29, at 01:53:39, Richard Lake wrote:

Hi all,

Is it possible to open a remote file in TextWrangler using applescript? Anyone had any luck?

tell application "TextWrangler"
open "ftp://XXX:XXXX@XXXXX/arandomfolder/2010/august/flyer/index.html "
end tell

tell application "TextWrangler" to activate
do shell script "open -a TextWrangler ftp://user:password@host/folder1/ …/index.html"



Philip Aker echo email@hidden@nl | tr a-z@. p-za-o.@

Democracy: Two wolves and a sheep voting on lunch.

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


This email sent to email@hidden



_______________________________________________ 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
References: 
 >TextWrangler scripting (From: Richard Lake <email@hidden>)
 >Re: TextWrangler scripting (From: Philip Aker <email@hidden>)

  • Prev by Date: Re: Public Domain Library Lister
  • Next by Date: Re: Possible bug with AppScript and Excel?
  • Previous by thread: Re: TextWrangler scripting
  • Next by thread: Re: Library Lister
  • Index(es):
    • Date
    • Thread