cumminbk Posted December 4, 2005 Posted December 4, 2005 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?
Zxian Posted December 4, 2005 Posted December 4, 2005 (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 December 4, 2005 by Zxian
nakira Posted December 6, 2005 Posted December 6, 2005 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 /autoimmunizeAd-Aware:Ad-Aware.exe /smart +mru +update +auto
Rhelic Posted December 6, 2005 Posted December 6, 2005 (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 December 6, 2005 by Rhelic
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now