0

I have an .exe file that I'm running using Start-Process. Once this exe is launched, I want to perform certain steps like click on the 'Next' button or some other button on that exe. How can I perform these actions on a exe through shell script?

Start-Process -FilePath $MyExe -WorkingDirectory $MyPath
Mathias R. Jessen
  • 157,619
  • 12
  • 148
  • 206
Tag
  • 209
  • 1
  • 3
  • 7
  • What is the use case? If it's an installer there's usually command line options for automated installation. – PMental Sep 03 '20 at 20:00
  • This one doesn't have any command line option – Tag Sep 10 '20 at 23:36
  • Then you should yell at whomever is selling it to you. While you wait for them you could always try this: https://www.raymond.cc/blog/find-hidden-command-line-silent-switches-for-setup-files/ – PMental Sep 11 '20 at 19:18

0 Answers0