| Author |
Message |
Forum: Support Topic: Disable network and anti-virus script? |
| bounce2 |
|
Posted: June 17th, 2011, 10:20 pm
|
|
Replies: 8 Views: 334
|
| That might be what I needed. Thanks |
|
 |
Forum: Support Topic: Disable network and anti-virus script? |
| bounce2 |
|
Posted: June 17th, 2011, 1:16 am
|
|
Replies: 8 Views: 334
|
| :lol: on the dodgy comments, and it took a day to get the update to this thread in my e-mail, but I could have explained myself better. I'm an audio engineer and on the windows machine I have I'll do some occasional sound design, but I get pops and crackles when the wireless network adapter is enabl... |
|
 |
Forum: Support Topic: Disable network and anti-virus script? |
| bounce2 |
|
Posted: June 16th, 2011, 4:02 am
|
|
Replies: 8 Views: 334
|
| Is there a script that will automatically disable network and shut down anti-virus with one click? Is this possible to code in AHK? Also, I remember seeing a program that would do this, sort of a "gaming" mode. Google isn't helping on that, so if anyone know what I'm talking about that'd b... |
|
 |
Forum: Support Topic: copy text and send to another program? |
| bounce2 |
|
Posted: October 10th, 2009, 10:15 pm
|
|
Replies: 23 Views: 2115
|
| Still not working? SetTitleMatchMode 2 #IfWinActive Mozilla #t:: MsgBox, 1 :: started hotkey Send, ^c Sleep, 500 MsgBox, 2 ::copied to clipboard`n`n%clipboard% Stringreplace,clipboard,clipboard,-,,all MsgBox, 3 ::replaced - `n`n%clipboard% WinActivate,Soulseek Sleep, 200 Send,^v REturn I put some m... |
|
 |
Forum: Support Topic: copy text and send to another program? |
| bounce2 |
|
Posted: October 9th, 2009, 9:26 pm
|
|
Replies: 23 Views: 2115
|
| settitlematchmode 2 #t:: IfWinActive,source Send, ^c Stringreplace,clipboard,clipboard,-,,all WinActivate,destination Send,^v return This is the program i used for testing it.If you create/save two notepad windows one called source.txt and the other destination.txt.Both windows must be on your scre... |
|
 |
Forum: Support Topic: copy text and send to another program? |
| bounce2 |
|
Posted: October 9th, 2009, 8:14 pm
|
|
Replies: 23 Views: 2115
|
Your explanation just shed some light on ahk.
SetTitleMatchMode 2
#t::
IfWinActive,Mozilla firefox
Send, ^c
Stringreplace,clipboard,clipboard,-,,all
WinActivate,Soulseek
Send,^v
REturn
this is what I have now, but it's still not copying and sending to Soulseek.  |
|
 |
Forum: Support Topic: copy text and send to another program? |
| bounce2 |
|
Posted: October 9th, 2009, 8:03 pm
|
|
Replies: 23 Views: 2115
|
| I really appreciate you walking me through this. SetTitleMatchMode 2 #t:: IfWinActive,Mozilla firefox Send, ^c Stringreplace,clipboard,clipboard,-,,all WinActivate,Second Window-Soulseek Send,^v REturn Is not sending from firefox to soulseek on copy. Anything wrong with that code? thanks |
|
 |
Forum: Scripts Topic: Favmenu 2.0 final |
| bounce2 |
|
Posted: October 9th, 2009, 7:46 pm
|
|
Replies: 135 Views: 37069
|
| Hi, yup I've heard about it for years but due to the new direct folders apparently having malware I thought I'd try this script. I downloaded the "3rd" version here in this thread and get "file manager not found" and the default to open is "total commander". I should be... |
|
 |
Forum: Support Topic: copy text and send to another program? |
| bounce2 |
|
Posted: October 9th, 2009, 7:39 pm
|
|
Replies: 23 Views: 2115
|
| Hi Bounce 2 I was still changing the post i made earlier because i tried it and it did not worked. The windowtitle should be shown as a tooltip attached to the mousepointer ,i just tried it again and it seemed to work on XP...... I had to replace text with clipboard in Aaffe's code.You can see in m... |
|
 |
Forum: Support Topic: copy text and send to another program? |
| bounce2 |
|
Posted: October 9th, 2009, 7:17 pm
|
|
Replies: 23 Views: 2115
|
| untested! Start with Win+t #t:: IfWinActive,<Title> Send, ^c Stringreplace,text,clipboard,-,,all WinActivate,<Second Window-Title> Send,^v ControlClick,<Buttonnameforsearch> REturn The program I want to send text "from" is mozilla firefox, and I'd like to be able to send from various page... |
|
 |
Forum: Scripts Topic: Favmenu 2.0 final |
| bounce2 |
|
Posted: October 9th, 2009, 7:01 pm
|
|
Replies: 135 Views: 37069
|
| is fav menu3 only for those who use total commander or ? thanks |
|
 |
Forum: Support Topic: copy text and send to another program? |
| bounce2 |
|
Posted: October 9th, 2009, 6:48 pm
|
|
Replies: 23 Views: 2115
|
| This thread is exactly what I'm trying to do. In the "fill in the blank" as suggested above I tried putting slsk.exe A window title is needed not the process name.Can you check if the title of the window is really slsk.exe? I would try Aaffe's code that seems a solution. If needed you can... |
|
 |
Forum: Support Topic: copy text and send to another program? |
| bounce2 |
|
Posted: October 9th, 2009, 7:43 am
|
|
Replies: 23 Views: 2115
|
| I'd be willing to donate 10 via paypal to anyone who can help me out with this. thanks |
|
 |
Forum: Support Topic: copy text and send to another program? |
| bounce2 |
|
Posted: October 9th, 2009, 5:14 am
|
|
Replies: 23 Views: 2115
|
| Fill in the blank #Persistent OnClipboardChange: IfWinActive __________ ;Window title StringReplace, Clipboard, Clipboard, -, , all return This thread is exactly what I'm trying to do. In the "fill in the blank" as suggested above I tried putting slsk.exe : OnClipboardChange: IfWinActive ... |
|
 |
| Sort by: |