Question
NA
US
Last activity: 4 Apr 2019 10:46 EDT
SendKeys to a Batch File?
Hi,
I am creating an automation that involves launching a batch file window and pasting a value into it and then pressing enter to initiate the file. I am wondering what the best method to imitate the paste & enter commands would be. On other forms, I have seen people use the SendKeys method, but I do not see this as an option for me and I cannot manually add context menu items during interrogation of the batch file either.
Any help or examples would be appreciated, thanks.