Send Keystrokes Via Command Line

  • Thread starter Thread starter bgreer5050
  • Start date Start date
B

bgreer5050

Is there a way to send keystrokes via a switch when you start an
application from the command line ?

Thanks
 
Take a look at sendkeys method but know that while executing that the keys
will be sent to the app that has the focus. Beware of an app that steals the
focus.

http://www.microsoft.com/downloads/...48-207D-4BE1-8A76-1C4099D7BBB9&displaylang=en

--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

| Is there a way to send keystrokes via a switch when you start an
| application from the command line ?
|
| Thanks
|
 
Back
Top