Run Process action not working for me

Moved Support
  • can someone help me out on how to use the Run Process action to start an app on desktop. I have tried and read the provided guide but it doesn't seems to work. Tried all possible combination without any positive outcome. Provided below is the screenshot of my setup 0_1557143002365_Capture.PNG

  • @telim2 said in Run Process action not working for me:

    can someone help me out on how to use the Run Process action to start an app on desktop. I have tried and read the provided guide but it doesn't seems to work. Tried all possible combination without any positive outcome. Provided below is the screenshot of my setup

    Enclose the path in quotes.

  • @fox said in Run Process action not working for me:

    @telim2 said in Run Process action not working for me:

    can someone help me out on how to use the Run Process action to start an app on desktop. I have tried and read the provided guide but it doesn't seems to work. Tried all possible combination without any positive outcome. Provided below is the screenshot of my setup

    Enclose the path in quotes.

    Thanks it work perfect for other software on my Pc.. How do i use same method to lunch CMD? I tried lunching Cmd but the run process just get stock for several minutes and never get cmd lunched
    0_1557155851352_Capture.PNG

  • @telim2
    Run Process runs the code as a batch file. No need to open CMD and if any program needs the cmd window (node.js server for example) it will open it as such once the desired line is executed.

    When a batch file is run, the shell program (cmd.exe) reads the file and executes its commands, normally line-by-line.