Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
284 B

' 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