Windows2003-3790/admin/activec/test/script/mmcstartupscript.vbs

15 lines
298 B
Plaintext
Raw Normal View History

2001-01-01 00:00:00 +01:00
' Script shows how to use the script engines hosted by MMC.
Dim doc
Dim snapins
Dim frame
Set frame = MMCApplication.Frame
Set doc = MMCApplication.Document
Set snapins = doc.snapins
snapins.Add "{58221c66-ea27-11cf-adcf-00aa00a80033}" ' the services snap-in
' Script ends