--- In [email protected], "brucexs" <bswit...@...> wrote: > > --- In [email protected], "david.sotropa" david.sotropa@ Is there any way around this or do I need to rename my > > folders using something other than the "=" character. > > > If you are comfortable with scripting and string processing or regular expressions, you could replace > Menu FavFolder > > by script which looks like (not real code) > > local str = file.readall(pprofolder++"favfolder\_any.txt") > > //use regex or sting processing to replace any line in var str with = > // by line without any equals = orginal line > // eg f:/=myfolder/name > // becomes f:/myfolder/name = f:/=myfolder/name > > file.writeall(str,pprofolder++"favfolder\_any.txt") > > menu favfolder
Thanks for your help. As I'm not desperate to continue using the "=" character in front of various folder names, I think I'll just switch to using the "_" character and I should be fine. Glad to know there is a workaround should the need arise. As an aside, I still marvel at the PowerPro app and believe it's the finest piece of software in existence!!! Thanks. Dave >
