Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Welcome to Pandora FMS Community Forums Community support Advanced troubleshooting Cscript.exe no ejecuta aplicacion

  • Cscript.exe no ejecuta aplicacion

    Posted by jkcarrasco on May 5, 2018 at 03:02

    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 If

    Si 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!

    jkcarrasco replied 6 years, 6 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.