Forum Discussion
rraghvani
2 years agoChampion Level 3
Not sure why you would not want to use TestedApp, but an alternative way for example is,
function run()
{
var oExec = WshShell.Exec("notepad");
while (oExec.Status == 0) {
aqUtils.Delay(1000);
}
}
Related Content
- 4 years ago
- 9 years ago
- 6 years ago
Recent Discussions
- 25 minutes ago
- 3 days ago