WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: geauga on May 19, 2014, 01:32:17 PM

Title: SendKey Syntax Help
Post by: geauga on May 19, 2014, 01:32:17 PM
I am trying to send an ALT C via SendKey.  My syntax is wrong.  How do you send "ALT" keys using SendKey?
Title: Re: SendKey Syntax Help
Post by: Deana on May 19, 2014, 01:53:15 PM
Code (winbatch) Select
SendKey('!c')

The exclamation point is used to indicate the Alt key. For a list of all SendKey options see the SendKey() function in the Windows Interface Language help file.