Hi all, I’m running an app that must be launched from the Start Menu. StartProcess or OpenApplication (or even running from a command line) won’t work.
I tried a TypeInto, clicking on the Windows Start button and entering “AppName [k(enter)]” as the text, but that doesn’t work in UIPath ,though it will if I do the steps manually. The Start menu opens, but nothing is typed in the run box. Any ideas? Thanks.
You could use a send hotkey (Windows button), type into (search string), and another send hotkey (Enter to click)
But an more reliable way would likely be to just use the “Start Process” activity to launch via command line so you don’t have to worry about any of the menu navigation/compute time on windows side of things.