Jump to content

Batch file that auto updates anti-spyware programs?


Recommended Posts

Posted

Alright i tried hitman pro for a while and and i was impressed with how with the click of a button it would search for updates for Spyware Blaster, Spybot Search & Destroy and Ad-Aware. I was just wondering if anyone had a method where they could put the commands into a batch that could be run and would automaticly search for updates for these three programs, download them, and apply them to the programs. And prehaps even perform a scan afterward? Thoughts anybody?


Posted (edited)

AutoIt could do this for you. You'd have to learn how to script it for you, but it would do what you want in the end.

Edited by Zxian
Posted

Two are really easy, the other isn't as Spyware Blaster's Autoupdate is a subscription service, for that you could use AutoIT.

Spybot:

spybotsd.exe /autoupdate /autocheck /autofix /autoclose /autoimmunize

Ad-Aware:

Ad-Aware.exe /smart +mru +update +auto

Posted (edited)

This might sound like overkill but using DOS to grab updates over the internet (and compare them to current files you already have) isn't the best solution and under most cases, won't work at all.

I'd recommend you install .Net 2.0 framework and get the current beta of Monad (the upcoming unix style shell for Windows) which gives you a verbose scripting language with deep access into the registry and lots of great features.

Then you can write scripts to do anything you want very slickly such as retrieving updates, extracting them from ZIP/EXE, pushing them into a folder, and close & restart an application if needed.

Edited by Rhelic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...