How to use TriggerCmd to run my code?
-
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
-
@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.
-
I can not download nircmd from the link