All,

I have the following for checking for Trend Micro.....its very generic though ....does anyone know if there is a UDF for TrendMicro


$Caption = "Checking Antivirus"
$Comment = "Checking Antivirus on your system "
;******************************************************************************
; Antivirus update
;******************************************************************************
$cmdLine = "\\"+$AVServer+"\OfcScan\Autopccp.exe"
Shell "%comspec% /C START %comspec% /C " + $cmdLine
;**************************************************************************