Yeah the virus outbreaks have been bad.

because of the virus outbreaks I have made a script that downloads and runs the mcafee daily dat (beta) files on my exchange server. Sorry, mcafee burned me once by sitting on mydoom.f for 5 days before publishing an update.

Code:

Break on
Call 'getfile.udf'

$dsdat = "http://download.nai.com/products/mcafee-avert/daily_dats/SDATDAILY.EXE"
$date = Split(@DATE,"/")[1]+ "-" + Split(@DATE,"/")[2] + "-" + Split(@DATE,"/")[0]
getfile($dsdat,"SDATDAILY-" + $date + ".EXE")
Run 'SDATDAILY-' + $date + '.EXE /s'