224 Part IV: Classes
wscript.echo "ServiceSpecificExitCode: " & objItem.ServiceSpecificExitCode
wscript.echo "ServiceType: " & objItem.ServiceType
wscript.echo "Started: " & objItem.Started
wscript.echo "StartMode:"&objItem.StartMode
wscript.echo "StartName:"&objItem.StartName
wscript.echo "State: " & objItem.State
wscript.echo "Status: " & objItem.Status
wscript.echo "SystemCreationClassName: " & objItem.SystemCreationClassName
wscript.echo "SystemName:"&objItem.SystemName
wscript.echo "TagId: " & objItem.TagId & vbcrlf
Next
Function FunFix (strWhere)
funFix = " where name like '%" & strWhere & "%'"
End function
Exploring the File System
Nineteen classes are used to describe and manipulate the Windows file system. These class ...