On Sun, 01 Feb 2004 20:23:28 +0000, Alastair Smeaton
<(E-Mail Removed)> wrote:
>loads of info on the sophos site on how to update
>
>company license lets people who are licenced to use it at work, use it
>at home - simple logic - prevents me bringing a virus in from home.
>
>My solution - the following batch file using url2file - google search
>will find it
>
>cheers
>
>CD C:\SOPHIDE
>DEL *.IDE
>DEL IDES.EXE
>Url2File http://www.sophos.com/downloads/ide/ides.exe ides.exe
>IDES.EXE
>COPY /Y *.IDE C:\Progra~1\Sophos~1\
>NET STOP SWEEPSRV.SYS
>NET START SWEEPSRV.SYS
Hello Alastair,
that is the classical way to do it and recommended by Sophos - btw:
They offer sget.exe which works similar to Url2file. However, your
batch does not care about the installed release of Sweep, so you have
to care about the exact date when Sophos switches ides.exe's content
to that of the newest version. Sweep Update will determine the
installed version and download the specific IDEs for this version. It
contains information about the releasedates as far as Sophos documents
them on their webpage in advance and remind the user that there is a
new version, but continue to download the corresponding IDEs for the
installed version as long as Sophos offers updates for it.
Not every company offers their users the latest version the moment
they receive it from Sophos or download it with EM.
Bye,
Detlev