How to execute batch file stored on server on local machine using asp/html?

vbulletin1

New Member
I am trying to execute a EXE file which takes numeric parameter and performs the action. The action contains Copying the files from server and executing on user's machine. I want to execute the EXE file when user click on the URL which will input this numeric parameter to this EXE file. In order to do this, this EXE file first needs to be present in client machine. for which i am trying to copy this file to local user machine when they click "Prepare for Installation" once copied, i have to use MIME type to execute the EXE file with parameter to finish the tasks.Any idea how do we accomplish this task.
 
Top