Custom WINAPP2.INI Questions

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?

I've tried a few diff. scenarios without much success using the latest CC release. I tried recurse using a txt pattern on the root drive, Windows folder and both were no go. But it did work on a user created folder with 3 subs. This issue was brought up in the past but I thought it had been addressed.