> > I tried it and it didn't work. I cut and pasted your command into > the parameters line... but I am assuming now that was not what you > intended....
Yes, I screwed it up. Try below. Command menu Action folder parameters c:\program files\powerpro\notes format keywords cmd "menu.folder( file.folder(_file_), ?==, ?=*all=)" BTW, if you are into scripting, you can script something fairly easily. First, somehow get the category: - prompt with a hard-coded menu - or fill a menu with files.listfiles returning folders only (there is a param for this) and prompt o - or use alan's dialog plugin to and fill a combo box based on file.allfiles - or use inputfolder Once you have the category, just do note.opencategory(thecategory)
