230 Part IV: Classes
wscript.echo "Hidden: " & .Hidden
wscript.echo "InstallDate: " & .InstallDate
wscript.echo "LastAccessed: " & .LastAccessed
wscript.echo "LastModified: " & .LastModified
wscript.echo "Manufacturer: " & .Manufacturer
wscript.echo "Name: " & .Name
wscript.echo "Path: " & .Path
wscript.echo "System: " & .System
wscript.echo "Version: " & .Version
wscript.echo "Writeable:"&.Writeable
End With
Working with Networking
Ten classes are used to describe networking on a computer running the Windows operating
system. These classes enable the network administrator to work with Internet Protocol (IP)
routing tables, the network client, connections, protocols, and domain information. One of
the more interesting networking ...