On Tue, 4 Feb 2003, H=E5kan Stork wrote: > Hi > I'm having problems with getting filters to receive output from a script. > Versions are XMAIL 1.12 on a NT 4. Just for testing I use a file > (discard.bat) with only one row: > echo 97 > > The plan was that messages would be discarded but they are not. I now tha= t > the script runs because I get what I expected if I use this single row: > echo 97 >> C:\temp\test > > Do I have to call on the script in any special way, or redirect output in > some way? I used this syntax in <domain>.tab: > "CMD /Q /C C:\temp\discard.bat"
Where did you drop this "domain.tab" file ? Try : "C:\WINNT\SYSTEM32\CMD.EXE"=09"/Q /C C:\temp\discard.bat" - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
