Emulating keystrokes in VBScript without using WshShell.SendKeys
I'm a application developer for a large group of people. Some of these people don't have the WScript.Shell library installed on their computers to use the SendKeys method. IT will not take the time to install this as they don't deem it a necessary feature for everyone. Is there a way I can do keystrokes like CTRL+C or ALT+O without the Shell library?
Answers (3)
There is AutoIt, that would require just the executable be present and not a legit "installation". Perhpas you could get away with that? With AutoIt you can do some very smart SendKey-like operations, even addressing forms and so forth.
Comments:
-
I can look into that. If IT doesn't see the need for that either, is there an alternative? We can only use software, executables, and scripts that they approve of. - lkp550 11 years ago
KEYSTACK can be also a good candidate for you. http://jpsoft.com/help/index.htm