Mega Code Archive

 
Categories / Ruby / Windows Platform
 

Access to Windows Automation is provided by Rubys WIN32OLE

require 'win32ole' web_browser = WIN32OLE.new('InternetExplorer.Application') web_browser.visible = true web_browser.navigate('http://www.rntsoft.com/')