Re: TextWrangler scripting
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