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
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?
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)
Thanks alot !!! @ghazanfar
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.