Re: Send Keystrokes with VNC

2002-01-10 Thread Alex Angelopoulos
sage - From: "Floyd Russell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday/2002 January 09 17:09 Subject: RE: Send Keystrokes with VNC : If the machine is unlocked then I could write a perl script to watch : for the dialog box and click enter.. that is not a

RE: Send Keystrokes with VNC

2002-01-09 Thread Floyd Russell
reservations about installing ActiveX controls. |> -Original Message- |> From: [EMAIL PROTECTED] |> [mailto:[EMAIL PROTECTED]]On Behalf Of Alex |> Angelopoulos |> Sent: Wednesday, January 09, 2002 3:02 PM |> To: [EMAIL PROTECTED] |> Subject: Re: Send Keystrokes with VNC |>

Re: Send Keystrokes with VNC

2002-01-09 Thread Alex Angelopoulos
day/2002 January 09 14:37 Subject: RE: Send Keystrokes with VNC : I tried rfbplaymacro and found it tedious to work with at best. The : reason I don't want to used something like AutoIt is that our monitoring : system will alert me when a failure has occured. As this point is when I : would

Re: Send Keystrokes with VNC

2002-01-09 Thread Michael Ossmann
On Wed, Jan 09, 2002 at 01:30:25PM -0700, Michael Ossmann wrote: > > The only problem I've run into is an apparent bug in rfbproxy which > drops the letter "t" from its output. I plan on submitting a bug > report to the author as soon as I've had a chance to look at the > source. Done. # diff

Re: Send Keystrokes with VNC

2002-01-09 Thread Michael Ossmann
On Wed, Jan 09, 2002 at 01:37:35PM -0600, Floyd Russell wrote: > I tried rfbplaymacro and found it tedious to work with at best. > If anyone has some good examples of rfbplaymacro I would be willing to > re-investigate it. I've been doing this to create a script: rfbproxy -r --type=events --

RE: Send Keystrokes with VNC

2002-01-09 Thread Charlie Bailey
MAIL PROTECTED] Subject: Send Keystrokes with VNC Ok, so yet again I will ask this question. Does anyone have an example of how to send a series of keystrokes to a VNC server, including the login/logout process? I need to be able to write a script that logs into a server running VNC, sends return,

RE: Send Keystrokes with VNC

2002-01-09 Thread Floyd Russell
MAIL PROTECTED] |> Subject: Re: Send Keystrokes with VNC |> |> |> On Wed, Jan 09, 2002 at 12:33:08PM -0500, Thompson, Dale W. wrote: |> > Check out AutoIt at http://www.hiddensoft.com/AutoIt/index.html for a |> > program that would make this task almost trivial to set up.

Re: Send Keystrokes with VNC

2002-01-09 Thread Michael Ossmann
On Wed, Jan 09, 2002 at 12:33:08PM -0500, Thompson, Dale W. wrote: > Check out AutoIt at http://www.hiddensoft.com/AutoIt/index.html for a > program that would make this task almost trivial to set up. And it's free. Excellent! I've been looking for something like this on Windows. In answer to t

RE: Send Keystrokes with VNC

2002-01-09 Thread Thompson, Dale W.
] Subject: Send Keystrokes with VNC Ok, so yet again I will ask this question. Does anyone have an example of how to send a series of keystrokes to a VNC server, including the login/logout process? I need to be able to write a script that logs into a server running VNC, sends return, and quits.

Re: Send Keystrokes with VNC

2002-01-09 Thread Alex Angelopoulos
I don't think I saw your original post, Floyd. Would you resubmit it? - Original Message - From: "Floyd Russell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday/2002 January 09 10:41 Subject: Send Keystrokes with VNC : Ok, so yet again I will ask

Send Keystrokes with VNC

2002-01-09 Thread Floyd Russell
Ok, so yet again I will ask this question. Does anyone have an example of how to send a series of keystrokes to a VNC server, including the login/logout process? I need to be able to write a script that logs into a server running VNC, sends return, and quits. The last time I sent a message like th