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