Rules - can't backup just .exe filesMuchambo - March 23, 2009 - 10:14am
I want to backup just .exe files so I made this rulset: Locations to always include It's only working partially. I get mostly just the .exe files, however I also get any files wich has 'exe' somewhere in it's name. Examples: SciLexer.dll NppExec.dll HexEditor.ini Am I doing something wrong? ( categories: )
|

Try
doing just .exe as that will plain text match, hopefully!
'...and do the other things, not because they are easy, but because they are hard...' JFK
exe files
I have nearly the same concern and found that for regular expression to work, you should put something like :
* *[.]exe
Both suggestions worked partially
Now I only get .exe and .exe.manifest files. I'm sticking with .exe as that is the shortest and easiest. Both gave the same results.
Thanks for the help!