From: Zach Dennis Date: 2005-09-01T11:05:46+09:00 Subject: Re: Ruby and WSH How? Dave Burt wrote: > 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.) > I guess I meant documentation for using WIN32OLE and WScript...etc... I know that, documentation is one thing MS is good at... I didn't mean to imply there wasn't documentation on WSH. Zach