From: Dave Burt Date: 2005-09-01T10:21:25+09:00 Subject: Re: Ruby and WSH How? Zach wrote: > I have used Ruby and WSH. It is beautiful. Documentation is sparse... There is good documentation around! There's the Microsoft website, which has a complete reference to all their APIs (I think, I haven't checked them all). But they're a megabyte per page or something ridiculous like that. Let me recommend DevGuru.com: WSH Reference: http://devguru.com/technologies/wsh/17346.asp VBScript ("Scripting") library reference: http://devguru.com/technologies/vbscript/13990.asp I also use their quick reference for ASP programming. Also, back to Ruby's WIN32OLE, every WIN32OLE object has an ole_methods method which returns all its properties and methods as an array. (Although in a recent thread I discovered that it doesn't always work; but it will with the WShell and Scripting libraries.) Cheers, Dave