The material at
http://msdn.microsoft.com/scripting/windowshost/doc/wshtoc.htm
is probably the best source, tho it assumes you're actually running
VBScripts in the WSH. But that documentation combined with the object
browser should get you going.
HTH,
-Roy
-----Original Message-----
From: Toby Bascom [mailto:ThomasOBascom@c...]
Sent: Thursday, September 20, 2001 1:52 AM
To: professional vb
Subject: [pro_vb] RE: starting/stopping services
Any idea where I can find the documentation for the "Windows Scripting Host
Object Model"? I found nothing in MSDN (from CD).
Regards,
-Toby
>If the batch file doesn't work out for you, you can use the windows script
>host object model to shell out synchronously. Just set a reference to
>WSHOM.ocx and use code like so: