Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
I tried the following:
Worked just fine. How are you implementing? Could you post the code you're using? Are you getting any errors?
function meh()
{
var MyApp = TestedApps.NOTEPAD.Run()
Delay(1000)
MyApp.Close()
}
Worked just fine. How are you implementing? Could you post the code you're using? Are you getting any errors?