JSX -> EXE (second round)
I want to run my app.exe application from CEP panel.
I've only started learning CEP.
I've read this thread:
https://community.adobe.com/t5/premiere-pro/jsx-gt-exe-gt-jsx/m-p/11993263
and installed CEP_HTML_test extension. As far as I understand from the above thread this HTML test panel already has the functionality to run external .exe file. But where? All that I see is this:

I even wrote a script:
var oShell = new ActiveXObject("Shell.Application");
var commandtoRun = "D:\\mypath\\app.exe";
oShell.ShellExecute(commandtoRun,"","","open","1");trying to run the app.exe
Needless to say I got a run script error: ActiveXObject does not have a constructor
So what is the correct way to do this?
Yaroslav.

