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

How to use TriggerCmd to run my code?

Windows
2
3
235
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.
  • E
    Eddie Hou
    last edited by Sep 12, 2021, 9:27 AM

    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

    R 1 Reply Last reply Sep 13, 2021, 12:19 PM Reply Quote 0
    • R
      Russ @Eddie Hou
      last edited by Sep 13, 2021, 12:19 PM

      @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
      • E
        Eddie Hou
        last edited by Sep 13, 2021, 11:33 PM

        I can not download nircmd from the link

        1 Reply Last reply Reply Quote 0
        1 out of 3
        • First post
          1/3
          Last post