Originariamente inviato da xifilitic
grazie mille
ciao e scusate l'intrusione... sto provando a fare la stessa cosa e scrivo così:

codice:
<%
set objshell=server.createobject("wscript.shell")
  ret=objshell.run ("sga.exe")
  if ret=0 then
    'eseguito correttamente
  else
    'errore
  end if
  %>
ma restituisce:

error '80070002'
The system cannot find the file specified.

/vai.asp, line 3

sulla cartella ho il controllo completo... dove sbaglio?