Trying to add an entry that will prompt CCLeaner to delete all "log", "err" and "tmp" files on my PC.
The DOS command equivalent for what I am trying to do is:
c:cd c:\del /F/S *.err, *.log, *.tmp
Here's what I thought the WINAPP2 entry should look like:
[*LOG TMP ERR]LangSecRef=3025Default=TrueFileKey1=%systemdrive%|*.tmp|RECURSEFileKey2=%systemdrive%|*.log|RECURSEFileKey3=%systemdrive%|*.err|RECURSE
This works (sorta). It will delete the err, tmp and log files from the root directory, but it won't detect or delete them from the subfolders (which is what I thought RECURSE would prompt it to do).
Any ideas?