Hi. --- In [email protected], [EMAIL PROTECTED] wrote: > However, if you are right-clicking a file displayed from a menu of: > Menu folder &(pprofolder)\Scripts > You get an error on right-click of: > Cannot access context menu for: > c:\dave\Powerpro\davidt\\scripts\filename.powerpro
pprofolder always had a backslash at the end as far as I remember. So it should be: Menu folder &(pprofolder)Scripts &(pprofolder)\Scripts also seems to displays the menu correctly, but doesn't work with right click. > Should I be calling the folder name differently (I know &() is not the > recommended format and my several attempts at a do() statement failed) No need for do(). You should use: Menu.Folder(pprofolder ++ "Scripts") instead. Mockey Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
