Hi Charles, I had intended to try it, but didn't have time until now. Just tried it and no luck....it's not finding the strings enclosed in single quotes. I also tried with the external test name in single quotes and the string to find in double quotes. Unfortunately, Declude errored on that.
Looks like we need another way of delimiting the strings to pass through the Declude external test. Darin. ----- Original Message ----- From: "Charles Frolick" <[EMAIL PROTECTED]> To: "Darin Cox" <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 2:02 PM Subject: Re[2]: [Declude.JunkMail] External RegEx tests using FINDSTR Hello Darin, Tuesday, December 7, 2004, 10:12:56 AM, you wrote: DC> Here's an example test config: DC> REGEX14 external 0 "c:\winnt\system32\cmd.exe /c findstr "If you require DC> any of the medications below,"" 1 0 Try single quotes around the string. e.g.: REGEX14 external 0 "c:\winnt\system32\cmd.exe /c findstr 'If you require any of the medications below,'" 1 0 -- Best regards, Charles mailto:[EMAIL PROTECTED] --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com. --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com.
