Launch Windows command window....

Ernesto erniedude at gmail.com
Fri Feb 3 16:59:35 EST 2006


I'm trying to launch a seperate telnet window from within my python
program.  The command I thought I was supposed to use is below:

os.system("telnet.exe -f C:\Folder\output.txt localhost 6000")

This creates a telnet window inside the current window.  This is not
desirable.  I need it to launch a seperate command window for telnet
output.  Any ideas ?




More information about the Python-list mailing list