From: H- 16 Date: 2010-04-16T04:03:36+09:00 Subject: Re: How to use AutoIt in Ruby Marvin G端lker wrote: > 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 Thanks, I didn't know you needed the '.Control'. I tried installing your gem but I need v. 1.9 I'm on a windows platform so now the question is how do I upgrade? -- Posted via http://www.ruby-forum.com/.