Get the new PortableApps.com Platform 10.0: Gorgeous themes, a full portable app store and advanced functionality
Announcing the World's Best Flash Drive: The PortableApps.com Companion | Did you see a malware warning on Friday?

Rules - can't backup just .exe files

Muchambo - March 23, 2009 - 10:14am

I want to backup just .exe files so I made this rulset:
---
Files to exclude
*.*

Locations to always include
*.exe
---

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!