From: "Marvin Gülker" Date: 2010-04-15T05:37:12+09:00 Subject: Re: How to use AutoIt in Ruby H- 16 wrote: > I know for a fact that one can use AutoIt in Rubybut I don't know ho to > do it or how to even use it inside Ruby. > > Has anyone actually done this? I once wrote a library for exactly that purpose, but until today I didn't get much feedback. So, if you want to give it a try: http://rubygems.org/gems/au3 Otherwise, stick to win32ole: require "win32ole" au3 = WIN32OLE.new("AutoItX3.Control") Marvin -- Posted via http://www.ruby-forum.com/.