Bhanuprakash wrote: > I have written a class in python. I would like to run one exe from > that class. That exe returns something which I would like to redirect > to text file. Also I don't want to display a command prompt. > If you are running Python 2.4, you can use the 'subprocess' module (see http://www.python.org/doc/2.4.1/lib/module-subprocess.html).
If you are running an earlier Python version, there is a package available at http://www.lysator.liu.se/~astrand/popen5/. -- Xavier Mart�nez Hidalgo FQ Ingenier�a Electr�nica, S.A. _______________________________________________ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
