Customer Portal

SystemExecute graph execution

Comments 3

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello Evergreen,
    Unix command can't be executed on Windows machine. Example for Windows (graphSystemExecuteWin.grf) is also included in SimpleExamples project. What command would you like to execute?
  • Avatar
    evergreen
    0
    Comment actions Permalink
    Lets say I want to execute some shell script commands using SystemExecute of Clover then how should I do it?
    The graphSystemExecute.grf in the examples projects does not execute on any unix servers.
    It is just connected to UniversalDataReader and UniversalDataWriter.
  • Avatar
    avackova
    0
    Comment actions Permalink
    In graphSystemExecute.grf you have command attribute set to:
    cat
    ls ${MY_DIR}

    This is the batch file, that is executed.

Please sign in to leave a comment.