Hi,
I am using an "application result" condition in one of my content filters, and I need to understand the syntax of the "return value" setting. What is the syntax that can be used in that field? Any wildcards? What does the support page mean by "matching the range"?
I have a batch file that runs the "findstr" command to check for the existence of a string inside of a text file. When findstr exits, it either returns nothing, or it returns the name of the file that the string was found in.
Let's say my file is named "wl.txt". I set the application result return value field to wl.txt, but it does not see that return value as true. Any ideas on how to set the return value field would be greatly appreciated.