
Explore how to embed both JavaScript and VBScript inside a single Windows script file (wsf) using language attributes in script blocks.
Learn VBScript language fundamentals, including variables, data types, and explicit declaration. Master type conversion, concatenation, and how the Windows scripting host executes scripts.
Master VBScript loops, including for and do loops, and gain an intro to functions and procedures, with conditionals, exit strategies, and array and string handling.
Explains how wsh objects represent VBScript concepts, detailing exposed and non-exposed objects, properties, methods, and using wscript to access environment variables, arguments, and run external apps.
Explore how VBScript uses message box and input box to interact with users, customize prompts with title, body, buttons and icons, and implement input validation and error handling.
Learn how to use a com object in vbscript to open an msi file and access a database by reading property names and values.
The concepts from this course benefits System Administrators who want to VBScript to automate system administrator tasks daily and Application Packaging/Deployment Engineers also benefitted with this course.
Also, this provides In-depth knowledge on VBScript and the scripting approach followed to solve many complex problems.
The approach of the explanation of concepts helps the students to self learn any other language in the future