Search found 29 matches

by thegame2010
24 Feb 2016, 13:23
Forum: Ask for Help (v1)
Topic: Harmless Prank
Replies: 3
Views: 1135

Harmless Prank

I wrote up a little code which would replace "e" with ":D" 1% of the time. It doesn't work. See below. list1= e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e, e...
by thegame2010
19 Feb 2016, 17:57
Forum: Ask for Help (v1)
Topic: Distinguish one popup from another
Replies: 14
Views: 3379

Re: Distinguish one popup from another

I am a domain admin, but I haven't yet Right-Clicked and run as admin explicitly.

I'll try SetTitleMatchMode. I hope to reply tomorrow with more results. Thanks, all!
by thegame2010
19 Feb 2016, 10:11
Forum: Ask for Help (v1)
Topic: Random (or cyclic) command for a given hotkey
Replies: 2
Views: 668

Re: Random (or cyclic) command for a given hotkey

Actually, It would say "an admirable, a brilliant..." and my hotkey would say "Have ________ day!" And as I get this down, my hotkey will switch "Have" with "wishing you" and "We hope you have"... It's incredibly minor, but it's just enough that my boss will recognize my enthusiasm . EDIT: I can eve...
by thegame2010
19 Feb 2016, 10:05
Forum: Ask for Help (v1)
Topic: Random (or cyclic) command for a given hotkey
Replies: 2
Views: 668

Random (or cyclic) command for a given hotkey

Greetings! I have a canned response that I use at work for emails and other messages all the time. I would love to switch it up a bit from time to time. Ideally, I would have a word bank like this: admirable, amazing, astonishing, awesome, brilliant, enjoyable, excellent, fabulous, fantastic, fine, ...
by thegame2010
19 Feb 2016, 09:14
Forum: Ask for Help (v1)
Topic: Distinguish one popup from another
Replies: 14
Views: 3379

Re: Distinguish one popup from another

None of the following seem to run ever. I tried with just a part of the title, and with the full title. I con't tell what's wrong here. Loop { WinWait, Timeout Warning WinActivate sleep 100 Send {Tab}{Enter} } return Loop { WinWait, Timeout Warning. Click OK to not end the session. - Internet Explor...
by thegame2010
17 Feb 2016, 15:56
Forum: Ask for Help (v1)
Topic: Distinguish one popup from another
Replies: 14
Views: 3379

Re: Distinguish one popup from another

None of the following loops work for these popups. I don't know where the hangup is. Perhaps I should add something that ensures that the popup is the active window prior to sending the keystrokes? Loop { WinWait, Timeout Warning. Send {Tab}{Enter} } return Loop { WinWait, Timeout Warning Send {Tab}...
by thegame2010
16 Feb 2016, 17:57
Forum: Ask for Help (v1)
Topic: Distinguish one popup from another
Replies: 14
Views: 3379

Distinguish one popup from another

Attached I have screenshots of a popup in a couple browsers that pop up every 20 minutes or so at my work. I also have the Window Spy info for each. What I would like to do is have it so as soon as this window (and not any other popup, which is the hard part) shows up, I send {Tab}{Enter} so that I ...
by thegame2010
11 Feb 2016, 13:33
Forum: Ask for Help (v1)
Topic: Run script when window opens
Replies: 4
Views: 1927

Re: Run script when window opens

Entomophagy: Yes, it was running incessantly. Regardless of StickNotes. Gregster: The brace thing is really good to know. That will surely come up again with my experimenting. SifJar: WinWait was a brilliant option, and it works flawlessly. I'll play with it more to see if there's anything else to a...
by thegame2010
10 Feb 2016, 18:02
Forum: Ask for Help (v1)
Topic: Run script when window opens
Replies: 4
Views: 1927

Run script when window opens

Hi! I would like to make a script that runs as soon as Stickynotes runs. Basically it would kill a powerpoint presentation and reopen it. I'd like it to look like this: Loop { IfWinActive, ahk_class Sticky_Notes_Note_Window ; I got this from Window Spy, so it should be correct run taskkill /IM stiky...

Go to advanced search