Wednesday, July 21, 2010

How to run a exe file using JavaScripts - JavaScripts

<script language="javascript">
    function runApp() {
        var fso = new ActiveXObject("Scripting.FileSystemObject");
        var shell = new ActiveXObject("WScript.shell");
        shell.run("d:\\tempfile\\test.exe", 1, true)
    }
</script>

No comments:

Azure Storage Account Types

Defferent Types of Blobs Block blobs store text and binary data. Block blobs are made up of blocks of data that can be managed individually...