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

Arthur Neufeld

@Arthur Neufeld

0
Reputation
1
Profile views
2
Posts
0
Followers
0
Following
Joined Jan 20, 2021, 2:32 PM Last Online Jan 27, 2021, 9:30 AM

Arthur Neufeld Unfollow Follow

Latest posts made by Arthur Neufeld

  • RE: Press the Down Arrow key (or any other key)

    @Russ Hi Russ, no unfortunately it doesn't rund the command from a cmd prompt. This happens if I copy and paste it in cmd:

    https://www.dropbox.com/s/se4b59gxgk43su2/Screenshot 2021-01-26 19.25.19.png?dl=0

    The command looks exactly like yours:

    https://www.dropbox.com/s/a1b2parwrkjf848/Screenshot 2021-01-26 19.20.48.png?dl=0

    The F7 Button is a Hotkey for a Streaming Software called OBS to change the Scene. Does that matter?

    Thanks for your help already

    posted in Windows
    A
    Arthur Neufeld
    Jan 26, 2021, 6:29 PM
  • RE: Press the Down Arrow key (or any other key)

    I really don't know what I did wrong.

    They only thing I want is to let Triggercmd press F7.

    I created a vbs file with

    Dim Wsh
    Set Wsh = Wscript.CreateObject("Wscript.Shell")
    Wsh.SendKeys "{F7}"
    

    in it. Safed it at

    c:\scripts\key.vbs
    

    Then I wrote this into the "Command" line: in TRIGGERcmd

    wscript c:\scripts\key.vbs
    

    Even if I ope the File manually it doesn't press F7. I have to say, I'm really new to this topic.
    What did I do wrong?

    Cheers
    Arthur

    posted in Windows
    A
    Arthur Neufeld
    Jan 20, 2021, 9:40 PM