At 07:14 -0800 27/01/2011, shlepper wrote:

After Migration from Tiger finally to a Intel-Optimized Mac OS some of
my Script aren't working:

Under Tiger it worked excellent:

tell application "BBEdit"
        activate
        open {file "MYHD:private:etc:httpd:httpd.conf"} without LF
translation...


Did you check that the file exists?  It doesn't on my system. Does this work?

     do shell script "open -a bbedit /etc/apache2/httpd.conf"

or, if you've upgraded apache in the default directories:

     do shell script "open -a bbedit /usr/local/apache2/conf/httpd.conf"

The files are not hidden.


JD

--
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>

Reply via email to