Search found 1 match
- 20 Feb 2019, 07:37
- Forum: HOW-TOs and documentation
- Topic: Script to make a program/browser preferably run if not opened yet, if its opened then it brings it forward/maximizes it.
- Replies: 3
- Views: 10333
Re: Script to make a program/browser preferably run if not opened yet, if its opened then it brings it forward/maximizes
Determining if a program is running is relatively simple in VBScript. Getting that application focused can be a bit finicky at times depending on the OS, but in Windows 10 it seems to work at least somewhat reliably. Here's some vbscript I wrote up. There's no error handling in it, but it should ser...