On Nov 5, 2009, at 3:06 PM, lucbress wrote:
>
> Super Get Info is withdrawn says the release notes.
> I am happy I can still use it.
> I can understand the reason for withdrawal however BBEDIT should at
> least take over one functionality:
> making a command executable!
Toss this in your scripts folder. It will make the front document
executable.
===
tell application "BBEdit"
set f to file of document 1
end tell
set command_str to "chmod a+x " & quoted form of (POSIX path of f)
do shell script command_str
===
- Jim
--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---