Re: [Tutor] Replacing cmd.exe with custom .py application

2008-09-30 Thread Alan Gauld
"A. Joseph" <[EMAIL PROTECTED]> wrote Instead of going to the command line all the time, I want to create a small customized cmd.exe of my own, I'm not sure that I understand what you are trying to do. But trying to replace cmd.exe is a very very bad idea. Lots of bits of your operatinfg sys

[Tutor] Replacing cmd.exe with custom .py application

2008-09-30 Thread A. Joseph
Instead of going to the command line all the time, I want to create a small customized cmd.exe of my own, how can I get the return value from os.system() because I was thinking I can do soothing with os.system(), In case my question is not clear, just like an IDE that plugged in another .exe appl