From: Harry Date: 2006-04-03T18:54:45+09:00 Subject: Re: Keyboard access I neglected to say that it is a windows application. OLE was the answer. Thanks for your help. On 4/3/06, David Vallner wrote: > Is it a console or window application? > > In the former case, a simple pipe should suffice, in the latter, you're > probably looking at using OLE to run the application from within Ruby and > fake keypresses using the Windows Scripting Host facilities. > > David Vallner > Probably Wrong > >