Changing working directory on Run Command step

Changing working directory on Run Command step

Comments

  • Hi,

    I am trying to run an exe file by using Run Command step, but I cannot make it work. Basically, I need to run an exe file in a particular directory.

    Thanks

  • Hi Moshe,

    The default working directory for any command you execute is shown below.

    Default Working Directory: [b]C:Program FilesDecisionsDecisions Services Manager [/b]

    So, as workaround, you can invoke cmd.exe and use the "/c" argument to pass a multi-part command. This lets you change to a working directory and then execute your process as shown below:

    [img]att1[/img]

Sign In or Register to comment.