AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Running cleaning programs

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Rise



Joined: 18 Sep 2007
Posts: 8

PostPosted: Sun Mar 08, 2009 5:21 am    Post subject: Running cleaning programs Reply with quote

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?
Back to top
View user's profile Send private message
TLM



Joined: 21 Aug 2006
Posts: 2926
Location: The Shell

PostPosted: Sun Mar 08, 2009 9:37 am    Post subject: Reply with quote

7 anti virus apps is extreme Surprised Shocked ...

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
_________________
paradigm.shift:=(•_•)┌П┐RTFM||^.*∞
Back to top
View user's profile Send private message
Rise



Joined: 18 Sep 2007
Posts: 8

PostPosted: Sun Mar 08, 2009 2:00 pm    Post subject: Reply with quote

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 Razz

adaware, spyware blaster, spybot search and destroy, malware bytes, AVG free, avast, and ccleaner.
Back to top
View user's profile Send private message
tactical64



Joined: 21 Oct 2009
Posts: 4

PostPosted: Thu Oct 22, 2009 4:44 pm    Post subject: Reply with quote

I thought my post might be helpful to you.

http://www.autohotkey.com/forum/viewtopic.php?t=50208
Back to top
View user's profile Send private message
MyBestGuest
Guest





PostPosted: Thu Oct 22, 2009 10:00 pm    Post subject: Reply with quote

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.
Back to top
nostroke



Joined: 22 Oct 2009
Posts: 95

PostPosted: Thu Oct 22, 2009 10:21 pm    Post subject: Re: Running cleaning programs Reply with quote

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
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group