Replies: 1 comment 1 reply
-
@AmodeusR Yeah, just use
open("cmd.exe") Should be enough |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to use these commands but they don't seem to have an effect. Here's how I wrote the code:
I made this code using as reference this one. When I try executing the code nothing happens besides the logs and waits.
I tried using just the program name and the full path but both don't have any effect. If I try to execute just
open(path)
it works, though.Beta Was this translation helpful? Give feedback.
All reactions