ComputerControl:ApplicationWindowToFront(applicationName)
applicationName _is a String
The function requests the specified application in applicationName to become the front most application.
Example (Windows OS)
ComputerControl.ApplicationWindowToFront("SmartShooter3.exe")
Wait(0.2)
ComputerControl.PressKey("t")
Wait(0.2)
ComputerControl.ApplicationWindowToFront("Moving Light Assistant.exe")



