RE: Remote Shell Not Working 03-30-2014, 03:42 PM
#9
(03-30-2014, 09:00 AM)Duubz Wrote: Pretty sure it's "Sorry to steal your thunder".
And if this is a "troll" thread, then why post this? Especially when you ask for help in it.
And no, you did not give the ip or port. Look at the provided code. Sure, you said "my ip" and "my port", but that alone is not your IP nor your port.
Sorry to steal your fire is an expression too, it refers to Greek mythology. Fire being a reference to Prometheus stealing fire from olympus and giving it to humans.
I wouldn't put my IP in the code either, I would put "<my IP here>"
How is he going to get his IP through socket, this is being ran on a different computer.
subprocess.call runs the given command, then returns the exit code of the command. This code would work just fine on any Linux system.
I do, however, highly doubt OP understood why it didn't work on Windows.