RE: Controlling win32 application

2001-11-15 Thread Troy Noble
I don't necessarily disagree... for command-line apps it's quite simple to just use a socket on port 21. But for "full screen" VT-style apps where screen scraping is needed, it's a different problem. Simply put, the control sequences can be overwhelming to wade through. And you end up ha

RE: Controlling win32 application

2001-11-15 Thread Troy Noble
Since you're on Win32... One other option is to get ahold of (dare I say it) a commercial Telnet program (Hummingbird and others have pretty good ones) that provides either a COM automation interface or an ActiveX control. Or if they have a C/C++ API you could attempt to expose it through a Pyth

RE: What format are those files in Python20/Libs?

2000-10-06 Thread Troy Noble
First off, I would recommend getting Inprise's Free Borland C++ 5.5 compiler (Inprise is formerly Borland). It's free for download on the Inprise web site at: http://www.inprise.com/bcppbuilder/freecompiler/ Be sure to also download the patch 1 and patch 2 so you get the later version of the Pl