I have created a GUI which has a button that when pressed, opens a Dos prompt box. I am using os.system( '.somepath...\.\cmd.exe' ). In this dos box, the user can run watever application he wants eg. execute a batchfile or run dos commands.
1. I need the GUI to monitor this dos box such that when the user closes the box, the GUI is aware of this action. 2. I need the GUI to monitor this dos box, such that when the user executes a batchfle in the dos prompt box, and the batchfile ends, the GUI is also aware. Is there someway the GUI can monitor the status of the dos box? -- View this message in context: http://www.nabble.com/Open-a-Dos-prompt%28cmd.exe%29-using-a-GUI%2C-thus-allowing-user-to-execute-batchfile-tp16624069p16624069.html Sent from the Python - tkinter-discuss mailing list archive at Nabble.com. _______________________________________________ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/tkinter-discuss