Studio X - need to invoke exe file

Hi All,

I need your inputs in this topic. I have a EXE file in my downloads. I need to invoke that EXE file and while invoking the exe i need to pass a input variable string.

Can anyone guide me on this.

I’m using STUDIO X 2024.10.13

Hi @Learner007

Can you check on this in studio X. (In studio you can make use of start process activity)

  • Use “Use Application/Browser” activity.
  • In the Application Path, click the folder icon and browse to your .exe file (e.g., C:\Users\YourName\Downloads\YourApp.exe).
  • After it is added, click the gear icon on the activity → choose Open Application With Arguments.
  • Enter the input string (e.g., myInputValue) in the Arguments section.

This LLM generated

Hope this helps!

Hi @Sanjay_Bhat I’m unable to find Gear option. if possible can you share me screenshots of the steps. It will be helpful

@Learner007

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.