Leaked source code of windows server 2003
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.

6 lines
165 B

  1. on error resume next
  2. Set Service = GetObject("winmgmts://ludlow")
  3. Set Service = GetObject("winmgmts://ludlow/")
  4. if err <> 0 then
  5. WScript.Echo "ERROR!"
  6. end if