Solved
Forum Discussion
rraghvani
Champion Level 3
2 years agoAlternative option is to use Running PowerShell Scripts From TestComplete. For example,
WshShell.Run("C:\Windows\System32\notepad.exe")
will launch Notepad. You can create a function and pass in a parameter, which would be the full path of your executable file.