TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    problems typing keys with nircmd

    Scheduled Pinned Locked Moved Windows
    nircmdkeysbattyping
    3 Posts 2 Posters 2.6k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F Offline
      fmaick93
      last edited by

      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

      RussR 1 Reply Last reply Reply Quote 0
      • RussR Offline
        Russ @fmaick93
        last edited by

        @fmaick93, yes, nircmd still works. You're almost there. Just remove the space between sendkey and press, like this:

        nircmd sendkeypress f1
        

        Russell VanderMey

        F 1 Reply Last reply Reply Quote 0
        • F Offline
          fmaick93 @Russ
          last edited by

          @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

          1 Reply Last reply Reply Quote 0

          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
          • First post
            Last post