What I did to debug these issues was to use an intermediate batchfile 
that looked something like this:
--------------------------------------------------------------------------------
echo ---- %date% %time% ---->>c:\xav\av.log
shift
echo Params: %0 %1 %2 %3 %4 %5 %6 %7 %8 %9>>c:\xav\av.log
dir %0>>c:\xav\av.log
"c:\Program Files\FSI\F-Prot\fpcmd.exe" %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
echo FPCMD returned %errorlevel%>>c:\xav\av.log
exit %errorlevel%
--------------------------------------------------------------------------------

And I just called it instead of the AV executable itself.

Alex Young wrote:

>Does anyone have any idea where I have gone wrong? Is it possible for me to
>turn more logging on through XAV so it catches all the comunications between
>itself and Sophos?
>
>  
>

-
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]

Reply via email to