Z
Z
zkweb2015-03-20 10:00:46
JavaScript
zkweb, 2015-03-20 10:00:46

How to run an external Windows program in Chrome browser?

Hello! How to run an external Windows program in Chrome browser?
So far I have only found this: CreateObject("WScript.Shell").Run (But only works in IE)
Please help!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
Kir ---, 2015-03-20
@SowingSadness

It is necessary to register a protocol for the program in the OS. And then do

window.location = "my_app_stream://do_it?param=1&param2=2"

D
Defman21, 2015-03-20
@Defman21

What for?

L
Leonid Sysoletin, 2015-03-20
@sysoletin

For security reasons, this is not possible.

G
Gluck Virtualen, 2015-03-22
@gluck59

Virus writers should burn in hell.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question