I want to execute a process named notepad.exe or any exes in javascript and i want to handle the process in javascript by giving input and so on. I think there is a shell command used in javascript to create process can anybody brief me or help me with the example how to work with process in javascript?
Share
Not possible. JavaScript does not have any context or control outside of your browser window. ActiveX is a viable alternative, but not a good one.