Mega Code Archive

 
Categories / Ruby / Windows Platform
 

Load home page with Internet Explorer

require 'win32ole'  ie = WIN32OLE.new('InternetExplorer.Application')  ie.visible = true  ie.gohome