-
Cscript.exe no ejecuta aplicacion
Saludos cordiales!
Vereis desde el agente de pandora (Windows) llamo a un script en vbs que ejecutara el “notepad.exe”…..
En el scritp tengo:
DIM objShell, intReturn
Set objShell = WScript.CreateObject(“WScript.Shell”)
intReturn = objShell.Run(“notepad.exe ” ,1, true)
If intReturn <> 0 Then
 Wscript.Echo “Error running program”
End IfSi le hago dole click se ejecuta bien….pero si se hace desde el agente pandora no veo el “notepad” (tampoco en las tareas).
Podriais ayudarme?
Muchas gracias!
Sorry, there were no replies found.