peguei um script com voces e não funciona ,implementei deste jeito, se puderem me ajudar agradeço
fonte
<!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd>
<html xmlns=http://www.w3.org/1999/xhtml>
<head>
<title>:: ABELCCC - COMANDO ::</title>
<SCRIPT LANGUAGE="JavaScript">
function msg(){
alert ('teste');
Shell = CreateObject("WScript.Shell");
Shell.Run("c:\accc\cterm\cterm.exe");
}
</SCRIPT>
</head>
<body>
<tr>
<input name=RECUPERA type=button value=RECUPERA onclick=msg()>
</tr>
</body>
</html>