AutoHotkey Community

It is currently May 23rd, 2012, 5:19 pm

All times are UTC [ DST ]


Search found 8 matches
Search these results:

Author Message

 Forum: Support   Topic: run avg and avira

Posted: September 20th, 2011, 10:02 pm 

Replies: 2
Views: 136


so a script to shutdown avg, start scan avira, when scan finished, start avg again. ;DISABLE AVIRA ;Run, C:\Program Files (x86)\Avira\AntiVir Desktop\avcenter.exe,,Max ;DISABLE AVG Run, C:\Program Files (x86)\AVG\AVG2012\avgui.exe,,Max WinWait, AVG IfWinNotActive, AVG WinWaitActive, ...

 Forum: Support   Topic: run avg and avira

 Post subject: oops
Posted: September 20th, 2011, 6:21 pm 

Replies: 2
Views: 136


ah sorry guys, it worked but avg and avira don't work together. if you scan them seperated it will work. or else the both programs wil try to take the file, and you get a access denied error. solution: close/disable avg -> start avira -> scan -> close/disable avira -> start avg -> scan -> <and back ...

 Forum: Support   Topic: run avg and avira

 Post subject: run avg and avira
Posted: September 20th, 2011, 6:06 pm 

Replies: 2
Views: 136


okay i have a problem i was able to run avg and avira in console mode. Run, C:\Program Files (x86)\AVG\AVG2012\avgscanx.exe /SCAN=C:\securemachine\downloads /CLEAN /TRASH /ARC /EXT=* Run, C:\Program Files (x86)\Avira\cmdscan\scancl.exe /z /a C:\securemachine\downloads now i want to m...

 Forum: Support   Topic: Interact With Parent of Modal Window (Scan with IrfanView)

 Post subject: scanning with irfanview
Posted: December 17th, 2009, 6:04 pm 

Replies: 3
Views: 372


FormatTime, TimeString, , HH-mm-ss_dd-MM-yyyy
Run, "%A_ProgramFiles%\IrfanView\i_view32.exe" /scanhidden /convert=K:\Scannen\%TimeString%_gescanned.bmp /dpi=(300,300)
return

OUTPUT:
K:\Scannen\09-15-28_17-12-2009_gescanned.bmp

ENJOY

(edit HH-mm-ss)

 Forum: Scripts   Topic: AHKHID - An AHK implementation of the HID functions

 Post subject: thanks
Posted: August 12th, 2009, 10:09 pm 

Replies: 397
Views: 90328


thank you for this nice and clean solution! i will try to use it with my remote, as soon as my remote script is working i will post it here!

 Forum: Support   Topic: controlling winamp with "Pc media remote"

Posted: July 26th, 2009, 3:49 pm 

Replies: 1
Views: 408


hi, my name is bram, and i got myself a "pc media remote" (HID Device: All for One - PC Media Remote URC9040) it sends out plain keyboard commands . is it possible to detect if the keyboard commands are send from the "pc media remote" ? and when that is true then for example when...

 Forum: Support   Topic: How to compare 2 copied characters?

Posted: October 24th, 2007, 11:19 am 

Replies: 2
Views: 407


okay, thanks and is there a function if %varA% = %varB% then use varA to copy to clipboard so if i press key ctrl+v then it will use varA

thanks for helping me this far :)

 Forum: Support   Topic: How to compare 2 copied characters?

Posted: October 23rd, 2007, 6:26 pm 

Replies: 2
Views: 407


Well the subject will say enough i hope.
Lets say i copy this 2 strings to my notepad:
Code:
abc123
abc123


how can i compare those ?

is it possible with a little script in autohotkey or do i need other stuff for it?

Thanks in advanced!
Sort by:  
Page 1 of 1 [ Search found 8 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group