| Author |
Message |
Forum: Support Topic: Close any instances of an app |
| simtech76 |
|
Posted: May 28th, 2010, 10:10 pm
|
|
Replies: 9 Views: 331
|
| How about this: Loop, 10 Run, notepad MsgBox, 4, Kill Notepads, Do you want to close all Notepads? IfMsgBox, No, Exit While WinExist("ahk_class Notepad") WinClose MsgBox,, Kill Notepads, Done! Brillant thanks, just made it simple and did this, added it to Schedule to get it to run... |
|
 |
Forum: Support Topic: Close any instances of an app |
| simtech76 |
|
Posted: May 28th, 2010, 9:51 pm
|
|
Replies: 9 Views: 331
|
| Hello, I am trying to create a little app which will close multiple instances of the same application, what would be the best way of doing this. At the moment I just keep repeating WinClose and the name of the app Problem is it doesn't always seem to work so have this terrible little bit of code Win... |
|
 |
Forum: Support Topic: Switching between multiple windows wth same 'window title' |
| simtech76 |
|
Posted: November 24th, 2009, 2:09 pm
|
|
Replies: 5 Views: 852
|
| Thanks for help but after 3 hours of messing around remembered the good old Alt Escape which will work in order - although reversed |
|
 |
Forum: Support Topic: Switching between multiple windows wth same 'window title' |
| simtech76 |
|
Posted: November 24th, 2009, 2:29 am
|
|
Replies: 5 Views: 852
|
| unfortunatly they are all the same application and all setup the same way - same icon postition, window position. Nothing within the application differs. - Auto window it shows same Window Title and Class |
|
 |
Forum: Support Topic: Switching between multiple windows wth same 'window title' |
| simtech76 |
|
Posted: November 24th, 2009, 1:43 am
|
|
Replies: 5 Views: 852
|
| Hi, hope someone can help with a little problem I am having. I am trying to automate a process however as I need to switch between 5 applications all of the same name (cannot alter application name) and then perform the same process and then start again. Tried just alt tabbing but this gets very mes... |
|
 |
| Sort by: |