Forum Discussion

manojgovikari's avatar
manojgovikari
Contributor
13 years ago

How to Send "Right Alt" key using shell object.

Hi, As per our requirement we need to press Right Alt key while script is running. We are using code as below. Set objshell = CreateObject("WScript.Shell") objshell.sendkeys "RALT" ...