WinBatch as the Foreground Application
Keywords: foreground
Question:
Is WinBatch the Foreground application?Answer:
It depends on a lot of things. WinBatch often starts as the foreground (or activate application). WinActivate("window-name") will make the named application the foreground application.
The Sendkeysto function activates the window. (It always good to do a WinActivate(...) before a Sendkey(...).
Article ID: W13467Filename: WinBatch as the Foreground Application.txt