TRIGGERcmd
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. fmaick93
    F
    • Profile
    • Following 1
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    fmaick93

    @fmaick93

    0
    Reputation
    2
    Profile views
    4
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    fmaick93 Unfollow Follow

    Latest posts made by fmaick93

    • RE: problems typing keys with nircmd

      @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

      posted in Windows
      F
      fmaick93
    • 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

      posted in Windows nircmd keys bat typing
      F
      fmaick93
    • RE: run a key press simulation

      @Russ I followed the steps shown in the video but when I run the .bat, nothing happens. my code is the following:
      nircmd sendkey press f1
      does nircmd still work?

      posted in General Discussion
      F
      fmaick93