Cómo de que solo en el servidor?
Estas dos lineas abren la calculadora del cliente en IE:
<script language="VBScript">
set WSshell = createobject("wscript.shell")
WSshell.run "calc.exe",1
</script>
Ahora, aquí hay un artículo sobre el tema
http://www.microsoft.com/spain/techn...5/hey1031.mspx
Saludos