Question
3
Replies
56
Views
HTC Global Services Inc
Posted: June 20, 2020
Last activity: June 25, 2020
Send Win Key in OCR
Hi,
I am trying to navigate to a folder and then run a batch file in a remote machine(I have RDP to this machine). Once RDP, everything is image based. So I am using send keys to navigate to a folder path and then execute a batch file using OCR. I am trying to open RUN by sending WIN +R key. But I am not able to pass WIN key. Could you please let me know how to send WIN Key.
Note: Runtime is not installed in the remote machine.
I found this article indicating that sending Ctrl+Esc is the same as the windows key.
https://stackoverflow.com/questions/10366152/sending-windows-key-using-sendkeys/46317756