From: Rajinder Yadav Date: 2009-10-10T13:56:08+09:00 Subject: Re: How to control application on Windows ZW wrote: > Hi Gurus > > I have an application running on Windows XP. > How do I or can I accomplish this or is it better to use python for > such activities > 1) I like to be able to use ruby script to send mouse clicks at a > certain location point within the application screen. > 2) I like to be able to use ruby script to send signals/keys/mouse > clicks to get to the menu > eg File->Exit > > Any help is appreciated. > > You could try looking on http://rubyforge.org/ for the following gems: Win32API, Win32, and WIN32OLE If you know your Win32 APIs then doing what you need to do from Ruby should be possible. -- Kind Regards, Rajinder Yadav http://DevMentor.org Do Good ~ Share Freely