View Single Post
  #2  
Old 12-09-2005, 11:58 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
If I understand you correctly, it sounds like you want to process all files with a DLL extension, but sometimes exclude DLLs containing 'claim' in their name. One way to do that would be put *.dll in the Include field and this script expression in the Exclude field:

[vbld_IIf(%EXCLUDE_CLAIMS%, "*claim*", "")]
Reply With Quote