Hi, At Wed, 26 Mar 2003 04:44:02 +0900, xellos wrote: > require "win32ole" > class MSoftManager < WIN32OLE > def initialize > super('Micro.SoftManager') > end > end > mSMan = MSoftManager.new > > > I get this error: > `new': wrong number of arguments (0 for 1) (ArgumentError) I got the error, Unknown OLE server : `Micro.SoftManager'. Your version of WIN32OLE seems quite old. -- Nobu Nakada