
2nd post - Stopping a service
You can do this with either ADSI or WMI...
Win32 Scripting [Clarence Washington]
http://cwashington.netreach.net
http://cwashington.netreach.net/script_repository/repository.asp
http://cwashington.netreach.net/script_repository/query.asp
http://cwashington.netreach.net/main_site/downloads
Check here for examples:
http://cwashington.netreach.net/script_repository/faqs.asp?topic=wmifaq
http://cwashington.netreach.net/script_repository/faqs.asp?topic=adsifaq
--
Michael Harris
Microsoft.MVP.Scripting
--
Does anyone know how to stop a service in Windows 95/98 using jscript? I'm
aware Win9x does not support the service control manager API but it must be
possible to do the equivalent of a right-click and choose 'exit' from a
service shown in the Win9x System tray.
Apologies if this isn't the right newsgroup (suggestions?) but I want to use
jscript if possible.
Rick