Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/12/2002, 10:11
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
segun lo que veo esta bien...

por ke no pruebas invocando primero a ejecutables del sistema

<%
Dim oShell
Set oShell= Server.CreateObject("WScript.Shell")
oShell.Run "Calc.exe"
Set oShell= Nothing
%>


si te funciona...quizas tengas problemas de privilegios para la ejecucion de tu bat...verifica que el usuario del IIS este en la carpeta donde se aloja tu bat (ISR_MAQUINA es el por defecto..fijate en la configuracion del IIS).

sino...puedes ir colocandoles alertas a tu bat entre lineas y ver hasta donde llega.