im adding some functionality´s on me site and i would like to open some exe´s i have made using vb2010 ,the exe will me on my local server but the site will be hosted in a server some were in the world .
to execute the exe i just need to add boton on the site whit the path to the location of the file on my server? like
C:\folder\folder\myfile.exe
or there other more easy way to do this ?
thnx for any help
Put it this way, if you had such a button, what’s to stop me passing
rm /s/q C:and watching your entire hard drive disappear?Instead, have a form with a
<select>element that lists the programs you want to run as keys, such asmyfile, then submit that to the server. Then have the server verify that the key is allowed, and if so run the corresponding program.