RE: Controlling win32 application

2001-11-16 Thread Russell Blank
on what I find out.. Thank you for all the direction provided. -Original Message- From: Noah [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 12:15 AM To: [EMAIL PROTECTED] Subject: RE: Controlling win32 application Ah, so it IS screen scraping, then! I don't think you wa

Re: Controlling win32 application

2001-11-15 Thread John Kirkham
EMAIL PROTECTED]> To: "'Noah'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <"Steve"@smtp1.ActiveState.com> Sent: Thursday, November 15, 2001 12:54 PM Subject: RE: Controlling win32 application > No, I am not crazy (at least I think). T

RE: Controlling win32 application

2001-11-15 Thread Russell Blank
my script run on a real terminal and debug it from a user perspective. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kári Harðarson Sent: Thursday, November 15, 2001 10:35 AM To: [EMAIL PROTECTED] Subject: RE: Controlling win32 application Sounds like

RE: Controlling win32 application

2001-11-15 Thread Troy Noble
MAIL PROTECTED]] Sent: Thursday, November 15, 2001 11:35 AM To: [EMAIL PROTECTED] Subject: RE: Controlling win32 application Sounds like you might be wanting to cross the lake to get water. A Telnet app is nothing but a GUI on top of a socket on port number 21. It would be more expedient t

RE: Controlling win32 application

2001-11-15 Thread Bob Kline
On Thu, 15 Nov 2001, Kári Harðarson wrote: > Sounds like you might be wanting to cross the lake to get water. > A Telnet app is nothing but a GUI on top of a socket on port number 21. > It would be more expedient to open the socket on port 21, write to > it as if it were a file and read the resu

RE: Controlling win32 application

2001-11-15 Thread Kári Harðarson
Sounds like you might be wanting to cross the lake to get water. A Telnet app is nothing but a GUI on top of a socket on port number 21. It would be more expedient to open the socket on port 21, write to it as if it were a file and read the results back the same way. Best regards, Kari Har

RE: Controlling win32 application

2001-11-15 Thread Paul Weimer
rsday, November 15, 2001 10:23 AM To: '[EMAIL PROTECTED]'; 'Noah' Cc: [EMAIL PROTECTED]; "Steve"@smtp1.ActiveState.com Subject: RE: Controlling win32 application Since you're on Win32... One other option is to get ahold of (dare I say it) a commercial Telnet pro

RE: Controlling win32 application

2001-11-15 Thread Troy Noble
: Russell Blank [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 10:54 AM To: 'Noah' Cc: [EMAIL PROTECTED]; "Steve"@smtp1.ActiveState.com Subject: RE: Controlling win32 application No, I am not crazy (at least I think). The reason why I want to automate this process is

RE: Controlling win32 application

2001-11-15 Thread Russell Blank
] Subject: RE: Controlling win32 application I have done some Win32 automation. I'm guessing there is a good reason for these gymnastics that make it impossible to simply use the Python telnet library. Yes? To clarify: Do you want a Python script to start a win32 telnet window then hav

Re: Controlling win32 application

2001-11-14 Thread Waitman Gobble
Hello Seems to me that you would have better luck communicating directly with the telnet (or ssh, better) server from your script. Best, Waitman Gobble EMK Design Buena Park, CA 90621 877-290-2768 - Original Message - From: "Russell Blank" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Se