Triggering a shell script from uipath

Hi Team,

Can someone help me out here, what are the possible ways to trigger a shell script.

Note: I am not using a power shell script in my work flow, So cannot use “invoke Power shell activity”.

Appreciate any help here:)

Thanks,
Srinath.

Have a look here:

feel free to omit the part with passing arguments to the script

@srinath49

You can make a BAT file and use Start process activity to run the BAT file

Also, let me know how you are invoking without using the shell script

Hope this may help you

Thanks