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