How to launch particular application using activities

Hi all, can any one help me kindly requesting you.

how to launch an application in uipath. if you are having the path of the application.
C:\Program Files (yz86)\YY\xyzxyz\Client\bin\abctools.exe

and where can i past this path in that activity.

1 Like

Hey @meeraa

Kindly use the Start Process activity.

Thanks
#nK

1 Like

Hello @meeraa ,

You can use Use Applicaiton/Browser activity to open either web/desktop applications. Also if you want to execute an exe you can use start process activity.

1 Like

@meeraa Use start Process Activity and provide the path in the first field within the double quotes

Capture

1 Like

You can use either the Start Process activity, or if you’re on modern (you should be) the Use Application/Browser activity.

It is recommended to use the modern activity, it has many more features.

One catch is that it’s missing a property for “working directory.” If this is required for your particular app, you’ll have to use Start Process.

1 Like

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