Hello All

I'm trying to simulate a keyboard input of the letter "K" in my .vbs script.

Any idea how to do this?

Thank you, JB

Re: Keyboard input? by Gabriel

Gabriel
Fri Apr 29 09:17:52 CDT 2005

Set oWSShell = CreateObject("WScript.Shell")
oWSShell.SendKeys "THIS IS A TEXT"

Take a look the documentation from "SendKeys" method.

Gretz, Gabriel.





"Jack Black" <JackB@hotmail.com> wrote in message
news:eKRiH9LTFHA.3140@TK2MSFTNGP14.phx.gbl...
> Hello All
>
> I'm trying to simulate a keyboard input of the letter "K" in my .vbs
script.
>
> Any idea how to do this?
>
> Thank you, JB
>
>