CLSVengeance
Technical User
First off, the script given in thread216-1226233 was very helpfull, just one problem left: I want it to run on various systems so the driveletter may differ on each seperate system, is there a way to solve this?
The script was this:
<script type="text/javascript">
function runApp(which) {
WshShell = new ActiveXObject("WScript.Shell");
WshShell.Run (which,1,false);
}
</script>
<font onClick="runApp('file://E:/subpages/artikelen/1.bat');" style="cursor: hand;" onmouseover="this.style.textDecoration='underline'"
onmouseout="this.style.textDecoration='none'">run</font>
Please help.
The script was this:
<script type="text/javascript">
function runApp(which) {
WshShell = new ActiveXObject("WScript.Shell");
WshShell.Run (which,1,false);
}
</script>
<font onClick="runApp('file://E:/subpages/artikelen/1.bat');" style="cursor: hand;" onmouseover="this.style.textDecoration='underline'"
onmouseout="this.style.textDecoration='none'">run</font>
Please help.