Pass parameters to Batch file in uipath

I am using batch file which is executing login code to RDP machine and batch files contains parameters. I am passing parameters but it is not accepting my parameters. i don’t know what I am missing in my code. Please help.

Thanks

You are looking for this?

1 Like

Hi,

You can execute your batch file with start process activity.
You can pass your credentials to the batch file like this.
for example your first parameter is firstName and 2nd parameter
is lastName then you can pass this like this wayBatch.xaml (4.6 KB)

2 Likes

Thanks alot !!! @ghazanfar

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