Sending keystrokes to applications
Friday, February 15th, 2008 by Essentials Administrator
The last-resort way of automating anything using VBScript is to launch a GUI application and just send keystrokes (but not mouse movement or clicks - try AutoIt if you need mouse control, too). Here's an example, using Notepad, of how sending keystrokes works. Note that this takes a lot of…   More »










