Custome Inventory Rules with Wildcards
I had a custom invetory rule for a software package created in my K1000 Software that used the directory exists function. The rule was
DirectoryExists(C:\Honeywell\WEB*)
This worked and counted any version installed until I upgraded to v5.4. Does anyone know if this is the correct use of the wildcard and if it changed in the latest? I am using this to count installed copies regardless of the version.
Thanks,
Ron
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
SMal.tmcc
11 years ago
I use a ShellCommandTextReturn and my wildcard for it looks like
commandline like "%%AppDat%%"
I had to use a % -do not know if this will help you or not.