virtual keyboard

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Lime Spy
Posts: 1
Joined: 04 Aug 2017 22:53

virtual keyboard

#1 Post by Lime Spy » 04 Aug 2017 23:08

im working on a thing an i just need to press two buttons on the keyboard but i want the program to do it itself.
example: vk_write(hello world)

macartm
Posts: 2
Joined: 12 Aug 2017 05:50

Re: virtual keyboard

#2 Post by macartm » 17 Aug 2017 14:11

If downloading and installing a third party program is a viable strategy (i.e. less so if you're writing something that has to be pushed to hundreds of clients ...) how about Autohotkey?

https://en.wikipedia.org/wiki/AutoHotkey

Write an autohotkey script, have the batch file run it. Sorted!

penpen
Expert
Posts: 2009
Joined: 23 Jun 2013 06:15
Location: Germany

Re: virtual keyboard

#3 Post by penpen » 18 Aug 2017 06:18

Jeb's script might be usefull:
http://www.dostips.com/forum/viewtopic.php?t=4762

penpen

Markk786
Posts: 2
Joined: 31 Jul 2017 17:54

Re: virtual keyboard

#4 Post by Markk786 » 19 Aug 2017 04:33

Thanks for pointing to right thread because i was looking for it!

Post Reply