What are some methods to link to and run a local .exe file in a local browser

前端 未结 3 1072
离开以前
离开以前 2020-12-20 08:47

I am trying to use html/javascript to run a local .exe file in a local browser. The .exe file will generate asci text and I have it programed to encapsulate the text in htm

3条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-20 09:28

    The short answer: you can't do it without writing a browser plug-in of some sort. Probably there's a simpler way of doing what you want.

提交回复
热议问题