kanber Posted May 3, 2021 Share Posted May 3, 2021 Hi, I am trying to run windows keyboard exe with shellExecute. But it is not opening. I tried different way to run. system.ShellExecute("C:\WINDOWS\system32\osk.exe","open","","","normal") system.ShellExecute("osk.exe","open","","","normal") Quote Link to comment Share on other sites More sharing options...
AzeoTech Posted May 3, 2021 Share Posted May 3, 2021 You may have to either run a batch file, or run cmd.exe with osk as the parameter, and /C or /K. Open cmd then type "help cmd" to see the various flags for cmd. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.