I have a bat file and I can run this file as administrator by right click on it. Now I create a link which calls the bat file on html page. I want to hit the link and run the file as administrator.
The code which calls my file normal way.
<a href="C:\Users\c\Desktop\service-restart.bat">Restart DirectDataLink</a>