QUOTE (d4vr0s @ Nov 12 2006, 06:46 PM)

I download updates with Sherpya's NaiUpdater, just go 4893 without errors.
It's just getting the zip version of the dats tho.
It works when I update from within Bart's, but as I use Sherpya's McAfeeRAM it fails to unpack it to B:\ when Bart's boots as per mcunpack.cmd (see below).
QUOTE
@echo off
Title Unpacking McAfee files to Ramdisk
md %temp%\mcafee
copy %SystemDrive%\Programs\mcafeeram\scangui.* %temp%\mcafee
copy %SystemDrive%\Programs\mcafeeram\naiupdater.* %temp%\mcafee
start /wait %SystemDrive%\Programs\mcafeeram\sdat.exe /e %temp%\mcafee
xpeinit.exe -l
exit