How to run multiple multiple bat file?

Hello Everyone,

I have to done four different different process and they i have 4 bat files also but i dont want to do click on every bat file.
All these process should be run in single bat file after 3/4 minutes.

I have created custom nupkg.pkg each bot and tried with this but its running only single file.

Thanks.

You can use the start process activity instead of clicking. You’ll just give the filepath to the bat files.

Yes , I tried that also but its moving forward to the next process

@kali

Hi! Maybe you can try to inject a python code with the files to excecute and times for each.
You can inject a .exe with python with a dynamic delay, and use it how another activitie of your workflow.
I hope it helps you

Please elaborate more.

@Alan_Riquelmes

Why did you create it as four different processes if you want it to all be one? Just make it all one process. Also, the way to run .bat files is not to click them. Use Start Process or Powershell.

Please explain in details

@postwick

@suraj_gaikwad

You want 4 bat files to run one after the other?

If so just call all of them in a sequence using invoke power shell activity one after the other

Cheers

I’m not sure what detail you want. Start Process and Invoke Powershell are activities you use to run .bat files. You don’t run them by using UI automation (ie clicking).