Microsoft WSH and VBScript Programming for the Absolute Beginner by Jerry Lee Ford Part 7. If you are new to programming with Microsoft WSH and VBScript and are looking for a solid introduction, this is the book for you. Developed by computer science professors, books in the for the absolute beginner series teach the principles of programming through simple game creation. You will acquire the skills that you need for more practical WSH and VBScript programming applications and will learn how these skills can be put to use in real-world scenarios. Best of all, by the time you finish this book,. | Microsoft WSH and VBScript Programming for the Absolute Beginner Second Edition Table WSH Core Objects continued Object Description WshNamed This object provides access to a set of named command-line arguments. Properties Item and Length. Methods Count and Exists . WshUnnamed This obj ect provides access to a set of unnamed command-line arguments. Properties Item and Length. Methods Count . WshController This obj ect provides the capability to create a remote script process. Properties This obj ect does not support any properties. Methods CreateScript. WshRemote This obj ect provides the capability to administer remote computer systems using scripts over a network. Properties Status and Error. Methods Execute and Terminate . WshRemoteError This obj ect provides access to information on errors produced by remote scripts. Properties Description Line Character SourceText Source and Number. Methods This obj ect does not support any methods. WshNetwork This obj ect provides access to a number of different network resources such as network printers and drives. Properties ComputerName UserDomain and UserName. Methods AddWindowsPrinterConnection AddPrinterConnection EnumNetworkDrives EnumPrinterConnection MapNetworkDrive RemoveNetworkDrive RemovePrinterConnection and SetDefaultPrinter . WshShell This obj ect provides access to the Windows Registry event log environmental variables shortcuts and applications. Properties CurrentDirectory Environment and SpecialFolders. Methods AppActivate CreateShortcut ExpandEnvironmentStrings LogEvent Popup RegDelete RegRead RegWrite Run SendKeys and Exec . WshShortcut This obj ect provides scripts with methods and properties for creating and manipulating Windows shortcuts. Properties Arguments Description FullName Hotkey IconLocation TargetPath WindowStyle and WorkingDirectory. Method Save . Chapter 2 Overview of the Windows Script Host Table WSH Core Objects continued Object Description WshUrlShortcut This object provides scripts