On Wed, 01 Sep 2004 02:02:30 +0200, Niek <[EMAIL PROTECTED]> wrote: >On 8/31/2004 11:02 PM +0200, John Jolet wrote:
[snip] >Symantec's corporate products can be configured to update more often, >than standard liveupdate. > >Kind regards, >Niek Baakman I use the following script to update my Windows machines. The script runs under 4NT, but can be adapted to any other batch extender. rem - Update Script for 4NT to get daily Intelligent Updater rem - 4nt from http://www.jpsoft.com rem @echo off setlocal set downdir=c:\download cdd %downdir% iff "%1" == "?" then echo Downloads today's Intelligent Updater if no paramater supplied echo Otherwise, enter YYYYMMDD of the file to be installed endlocal quit elseiff "%1"=="" then set [EMAIL PROTECTED],%_isodate]-*-i32.exe else set dp=%1-*-i32.exe endiff echo downloading %dp iftp "ftp://ftp.symantec.com/public/english_us_canada/antivirus_definitions/norton_antivirus/" ::dir "ftp:*.*" copy "ftp:%dp" %downdir% iftp /c set [EMAIL PROTECTED] do set [EMAIL PROTECTED] iff "%dp3"=="" then leave else *del %dp2 set dp2=%dp3 endiff enddo set [EMAIL PROTECTED] iff exist %dp2 then %dp2 /Q eventlog /sNAV /i Update: %dp2 *del %dp2 else eventlog /sNAV /w Update: No Update Available endiff endlocal -- Steve ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_idP47&alloc_id808&op=click _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users