Forum Discussion

YURIY1's avatar
YURIY1
Occasional Visitor
4 years ago
Solved

Error activexobject is not defined

Why do I get the error "activexobject is not defined"? (javascript)

 

function KillAllIntegralProcesses () {
const objShell = new ActiveXObject ("shell.приложение");
objShell.ShellExecute ('cmd.exe', 'taskkill /F /T / IM" Integral*"');
}