Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/04/2003, 00:07
Avatar de bakanzipp
bakanzipp
 
Fecha de Ingreso: noviembre-2001
Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 5 meses
Puntos: 0
registrarte la dll supongo...
o simplemente la copiaste al system32..

aunke puedes ejecutar un exe a partir de asp usando la componente WSCRIPT.SHELL.

Código:
Set WshShell = Server.CreateObject("WScript.Shell")
Return = WshShell.Run("C:\windows\notepad.exe")