I'm trying to set up a filter to automatically open up URLs that I get when someone replies to me on a forum. I've borrowed the method from the Spamcop processing filter (saving a regexped part of the email to a batch file then running it) The problem is that the urls contain '&' characters so I want to enclose the url within "" in the batch file.
I want to make a batch file something like: "c:\Program Files\Crazy Browser\Crazy Browser.exe" "http://www.neowin.net/bboard/showthread.php?threadid=44509&goto=newpost" [ignoring wrapping of course] I've currently got the following as my template for the saved email: "c:\Program Files\Crazy Browser\Crazy Browser.exe" %- %REGEXPTEXT="http://www.neowin.net.*?\n" How can I get "" marks around the url? I've tried them withing the REGEXPTEXT, outside it, and escaped by \. None of them work... Any help appreciated! -- Adam [EMAIL PROTECTED] The Bat! 1.62/Beta5 on XP Pro I like cats too. Let's exchange recipes. ________________________________________________ Current version is 1.61 | "Using TBUDL" information: http://www.silverstones.com/thebat/TBUDLInfo.html

