Hi
I have a windows program to download stock prices. There is no command line version of it. Is it possible to use Powershell to do the following:
start program
press download button or alt button plus d
wait (for program to download prices) this can take about 5 minutes or so
press close button
exit program
If yes, how would I do it?
Thank you