CIR not working
Hi
help me to correct this CIR rule
ShellCommandTextReturn(cmd /c dir /b "C:\Program Files\IBM\Notes\Data\workspace\.metadata\.plugins\com.ibm.collaboration.realtime.login\*.xml") else ( "C:\Program Files (x86)\IBM\Notes\Data\workspace\.metadata\.plugins\com.ibm.collaboration.realtime.login\*.xml")
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
chucksteel
7 years ago
According to the documentation there isn't an else operator. There is an OR operator, however.
You also need to include the function both times.
Further, since this is a value return rule it will probably return values for both commands. In these cases where I am dealing with x86 and x64 systems I generally create two separate rules.