I want to execute sample.bat file locally from HTML/ Javascript
sample.bat:
start /d "\\server\Software\" sample.exe
In IE it working using ActiveXObject but it shows a popup like run/Discard
I don't want to come any popup when i lick on a button the bat file should run and execute the specified file