problems typing keys with nircmd
-
I followed the steps shown in the video https://www.youtube.com/watch?v=xub4pjenLVs but when I run the .bat, nothing happens. my test code is as follows:
nircmd sendkey press f1
does nircmd still work?
is there another more practical way to type keys? I searched here on the forum and found nircmd which can hold keys down and press others. example ctrl + alt + del. I need an option that allows creating key combinations -
@fmaick93, yes, nircmd still works. You're almost there. Just remove the space between sendkey and press, like this:
nircmd sendkeypress f1 -
@Russ hello. I was able to run the sendkeypress command, but I'm trying to do several commands in the same file and only the first command is executed. I wrote the list of commands below and only the command "nircmd sendkeypress ctrl+shift+esc" is executed, the other commands are not executed. What can it be?
nircmd sendkeypress ctrl+shift+esc
nircmd wait 1000
nircmd setcursor 1055 615
nircmd wait 1000
nircmd sendmouse left down
nircmd wait 1000
nircmd sendkeypress alt+f4
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login