Is there a way I could send commands to Windows command prompt Python?
What I am looking to do is make a Python app on the desktop which receives commands through sockets from another computer/mobile app.
These commands are then passed on to Windows command prompt for execution.
Using Windows 7.
execution, do not care how it works behind the scenesor do you really need the console (cmd.exe)? – akira Dec 23 '10 at 18:51cmd.exeis a shell, it parses commands. A console displays them and their output on screen. – grawity Dec 23 '10 at 20:46