I need run an exe file from client side. The Exe file exist in my C:\\ Directory. I need run this exe file from my WEB site.
How can I co this?
To run an .exe file in a browser, you would either need to cross-compile the file to JavaScript or emulate it using a virtual machine, such as v86. It might be possible to decompile an executable file and then compile to JavaScript using Emscripten.