I used Popen to launch a seperate telnet window, like this: subprocess.Popen("start telnet.exe -f C:\Folder\File.txt localhost 6000",shell=True)
I is preferable to have this telnet window with the python program. Is there something I can do to that line of code to make that happen, or perhaps another line I can add to the end to force this ? Thanks -- http://mail.python.org/mailman/listinfo/python-list