I am trying to come up with a script to save my local file to a remote
server without having to type the password in each time. I tried doing
this by having the script open the file in Interarchy, but for some
reason this does not work:
tell application "BBEdit"
save front document
set thefile to file of front document
end tell
tell application "Interarchy"
open thefile
end tell
Has anyone come up with a script that would quickly save something to
a remote server (either completely within BBEdit or not)?
Thanks
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>