for example, I know I have common files in my program files.
this snippet verifies I don't have folder named "common" but something that starts with "common":
 Code:
[postprep]if exist("c:\program files\common")
 "common exists" ?
endif
if exist("c:\program files\common*")
 "common* exists" ?
endif

get $
_________________________
!

download KiXnet