9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
|
|
Set obj = CreateObject("WbemScripting.SWbemObjectPath")
|
|
|
|
obj.Class = "foo"
|
|
obj.SetAsClass
|
|
|
|
WScript.Echo obj.Path
|
|
|