Skip to main content

How to run .exe on a Web Page


  • <script>
    function LaunchApp() {
    if (!document.all) {
    alert ("This ActiveXObject is only available for Internet Explorer");
    return;
    }
    var ws = new ActiveXObject("WScript.Shell");
    ws.Exec("D:\\yourfile.exe");
    }
    </script>


    More Info

    http://codereflex.net/how-to-run-exe-on-webpage/

Comments

Popular posts from this blog

IRM and the Object Model

This content database has a schema version which is not supported in this farm

Activate and Deactivate Feature through PowerShell