Results 1 to 9 of 9

Thread: Ad-Aware SE and automating signature file downloads

Hybrid View

  1. #1
    Ed Guest

    Re: Ad-Aware SE and automating signature file downloads

    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


  2. #2
    David H. Lipman Guest

    Re: Ad-Aware SE and automating signature file downloads

    From: "Ed" <ex@directory>


    | 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

    What I posted is a simple batch file but any scripting language can be used. I use KiXtart
    script interpreter.

    The UNZIP.EXE utility will extract the definition file as needed. WinZip by itself is NOT a
    command line utility and it detracts from the scripting concept. Scripts use Command Line
    utilities.

    --
    Dave
    http://www.claymania.com/removal-trojan-adware.html
    Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp



  3. #3
    Ed Guest

    Re: Ad-Aware SE and automating signature file downloads

    On 29/01/08 21:11, David H. Lipman wrote:
    > From: "Ed" <ex@directory>
    >
    >
    > | 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
    >
    > What I posted is a simple batch file but any scripting language can be used. I use KiXtart
    > script interpreter.
    >
    > The UNZIP.EXE utility will extract the definition file as needed. WinZip by itself is NOT a
    > command line utility and it detracts from the scripting concept. Scripts use Command Line
    > utilities.
    >


    I don't know what a scripting language is; that is way outside my
    experience. So, I will leave it.

    But thanks all the same.

    Ed

  4. #4
    David H. Lipman Guest

    Re: Ad-Aware SE and automating signature file downloads

    From: "Ed" <ex@directory>


    | I don't know what a scripting language is; that is way outside my
    | experience. So, I will leave it.
    |
    | But thanks all the same.
    |
    | Ed

    That's fine -- Good luck.

    --
    Dave
    http://www.claymania.com/removal-trojan-adware.html
    Multi-AV - http://www.pctipp.ch/downloads/dl/35905.asp



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •