On 29/01/08 00:54, David H. Lipman wrote:
> Since Ad-aware SE no longer gets updates by itself, I am providing a way for those
> interested to automate the download process.
>
> You can create a batch file such as below which uses the GNU WGET utility and the UnZip
> utility by Info-ZIP.
>
> The following assumes Ad-aware is in; C:\Program Files\Lavasoft\Ad-aware
>
> @echo off
> cd "C:\Program Files\Lavasoft\Ad-aware"
> wget -N http://download.lavasoft.com/public/defs.zip
> unzip -j -o defs.zip
>
> Then you can use the system Task Scheduler to run the batch file whenever you want it to.
>


Is the script stored within a file with a .bat extension?

Do I have to make any changes if I am using WinZip to unzip the defs.zip
file?

Thanks,
Ed