On May 27, 2009, at 1:11 AM, Toucouleur: > you made it Todd, it works like a charm, thanks for your help ! > ---Begin script > on menuselect(menuName, itemName) > > open alias "Macintosh HD:path:to:desired:folder" > return true > > end menuselect > ---End script > Thank you for the "Menu Scripts" reminder.
It also works using a unix path: on menuselect(menuName, itemName) open "/Users/username/Documents/myfiles" return true end menuselect -- Bill Muench Santa Cruz, California --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. 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 specific feature request or would like to report a suspected (or confirmed) problem with the software, please email to "[email protected]" rather than posting to the group. -~----------~----~----~----~------~----~------~--~---
