| 0 comments ]

Message Passing:*WildCard*

~It gets Really Wild when we use WildCard,Just try is this Code below:


Set wshShell =CreateObject("WScript.Shell")
wshShell.appactivate("*")
do
wshShell.sendkeys "Hello World"
loop


Here is the Screen Shot: