Skip to Content
Microsoft® Windows® Scripting with WMI: Self-Paced Learning Guide
book

Microsoft® Windows® Scripting with WMI: Self-Paced Learning Guide

by Ed Wilson
October 2005
Beginner to intermediate
400 pages
12h 42m
English
Microsoft Press
Content preview from Microsoft® Windows® Scripting with WMI: Self-Paced Learning Guide
234 Part IV: Classes
ConfigureAndLaunchApp.vbs
strComputer = "."
wmiNS = "\root\cimv2"
wmiQuery = "win32_ProcessStartUP"
wmiQuery1="win32_process"
strCommand
= "c:\Program Files\Windows NT\Accessories\wordpad.exe" 'application you want to
launch.
Set objWMIService = GetObject("winmgmts:\\" & strComputer & wmiNS)
Set objProcessSU = objWMIService.Get(wmiQuery)'Process Startup object
Set objProcess = objWMIService.Get(WmiQuery1) 'Get win32_process class
Set objConfig = objProcessSU.SpawnInstance_ 'Create instance processSU
objConfig.ShowWindow = 1 'normal window
objConfig.x = 5
objConfig.y = 5
errRTN = objProcess.Create(strCommand, Null, objConfig, procID)
SubERR
Sub subERR
If errRTN <> 0 Then
WScript.echo "An error occurred while ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Microsoft® Windows® Scripting Self-Paced Learning Guide

Microsoft® Windows® Scripting Self-Paced Learning Guide

Ed Wilson

Publisher Resources

ISBN: 0735622310Catalog PageErrata