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

    How to use TriggerCmd to run my code?

    Windows
    2
    3
    223
    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.
    • Eddie HouE
      Eddie Hou
      last edited by

      I added a command to run my Pycharm developer, also opened my code, but I don't how to make it run, it just only opens the file, not run it, I want both, open and run

      RussR 1 Reply Last reply Reply Quote 0
      • RussR
        Russ @Eddie Hou
        last edited by

        @Eddie-Hou, if you just want to run your python code, you could run it outside of Pycharm with a command like this:

        python yourcode.py
        

        But if you still want to run it within pycharm, you could use a command like this:

        nircmd sendkeypress ctrl+shift+F10
        

        I just tested it and it worked for me.

        https://nircmd.nirsoft.net/sendkeypress.html

        Russell VanderMey

        1 Reply Last reply Reply Quote 0
        • Eddie HouE
          Eddie Hou
          last edited by

          I can not download nircmd from the link

          1 Reply Last reply Reply Quote 0
          • First post
            Last post