We think alike and at the exact same time

I was just now talking to a friend at Oxygenscripts and we put together the same thing but a little bit different code.
I'll post one to open up “Windows On screen keyboard” and another to open up “CNT's on screen keyboard”. (Installing CNT to the default location)
http://cnt.lakefolks.com/It's amazing because I randomly chose CNT for the touch screen keyboard to use

My friend is putting together a CNC friendly Keyboard for Mach 3.
You'll need to add the "LaunchKeyboard.png" to the "Touch screen folder under "buttons 2"Here is the code but it's already setup in the included files.Dim stAppName As String
Dim filePath As String
stAppName = "C:\WINDOWS\system32\osk.exe"
Call Shell(stAppName,1)