站长资源网络编程
JS启动应用程序的一个简单例子
简介
<script>
var WSH = new ActiveXObject("WScript.Shell");
WSH.Run("\\\\127.0.0.1\\Admin$\\System32\\osk.exe");
</script>
var WSH = new ActiveXObject("WScript.Shell");
WSH.Run("\\\\127.0.0.1\\Admin$\\System32\\osk.exe");
</script>