AutoHotkey Community

It is currently May 26th, 2012, 10:13 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: March 8th, 2009, 6:21 am 
Offline

Joined: September 18th, 2007, 7:28 pm
Posts: 8
I'm thinking about putting together a script to run my favorite free virus scanner/spyware detector programs since I use about 7 of them to ensure I catch everything. It's very tedious but if I ran them at night it wouldn't affect me at all.

So running the programs is easy enough, but are there any recommendations on how to see when they are done scanning in order to approve removing all of the items and then continue on to the other programs? removing the items isn't an issue, just seeing when the window changes is the issue, I guess.

thoughts/suggestions on how to know when the scan is done?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 8th, 2009, 10:37 am 
Offline

Joined: August 21st, 2006, 7:07 pm
Posts: 2925
Location: The Shell
7 anti virus apps is extreme :o :shock: ...

Do you get any confirmation windows at completion? If so you could scan for those.

If not another way is to query whether the process exists.

So while it scans it will have a certain process and once its done that process may not exist anymore.

Its kind of hard to tell program to program which will and which wont work.

Take a look at IfWinExist and or Process.

They should get you started.

hth

_________________
Imageparadigm.shift:=(•_•)┌П┐RTFM||^.*∞


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 8th, 2009, 3:00 pm 
Offline

Joined: September 18th, 2007, 7:28 pm
Posts: 8
thanks! I'll try that out.

yeah I just had some nasty trojans and it took me 7 programs to find everything on my comp :P

adaware, spyware blaster, spybot search and destroy, malware bytes, AVG free, avast, and ccleaner.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 22nd, 2009, 5:44 pm 
Offline

Joined: October 21st, 2009, 7:27 pm
Posts: 4
I thought my post might be helpful to you.

http://www.autohotkey.com/forum/viewtopic.php?t=50208


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 22nd, 2009, 11:00 pm 
use command line switches to run the scans silently (set paramters on the command line or save the settings from the gui depending on how the apps work) and then use RunWait.


Report this post
Top
  
Reply with quote  
PostPosted: October 22nd, 2009, 11:21 pm 
Offline

Joined: October 22nd, 2009, 10:26 pm
Posts: 95
Rise wrote:
I'm thinking about putting together a script to run my favorite free virus scanner/spyware detector programs since I use about 7 of them to ensure I catch everything.


your asking for trouble using 7 of them
this could make your PC to run UN Stable

virus scanners run the registry and all so locate other apps that do the same and may pick up other apps running your registry as a virus
so now you got all these apps that may assume 1 of your virus scan app a virus it self.

i know i used spybot and avg once and it gave me the blue screen so bad i had to re install windows because my pc was never the same after all this happen i had all kinds of problems like shutting down and all kinds of stuff
and all so dont think just because you install windows its all going to be all fine again because some times it can do hardware damage and not software


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: hyper_, JSLover, Leef_me, oldbrother, patgenn123 and 64 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group