Open programs from HTA application
问题 I'm trying to create a HTA application, that can open programs(exe, bat etc..) locally on the computer. This will be used on a Kiosk PC, where the users don't have access to the desktop etc. But have some problems, with finding a script that works.. Right now I'm using this script: <script type="text/javascript"> function runApp(which) { WshShell = new ActiveXObject("WScript.Shell"); WshShell.Run (which,1,true); } </script> And this is how my links looks: <a href="javascript:window.location