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.
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
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.
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).