Getting Started
  • Course Overview
  • Recommendations
  • My First Script
  • Assignment #01
Core Fundamentals
  • Overview
  • Comments
  • Cscript.ext & Wscript.exe
  • Variables & Constants
  • Variables Scope
  • Displaying Output - MessageBox, Terminal
  • Accepting User Input
  • Assignment #01 - Using Input Box
  • Arrays - Part 1
  • Arrays - Part 2
  • Arrays - Part 3
  • Arrays - Part 4
  • Arrays - Part 5
  • Arrays - Part 6
  • Arrays - Part 7
  • Arrays - Part 8
  • Assignment #02 - Working with arrays
  • Operators
  • Assignment #03 Paycheck Calculator
  • Error Handling - Part 1
  • Error Handling - Part 2
  • VBScript Data Types
  • 2 minutes of your time
Conditional Statements
  • Overview
  • IF Statement
  • Select Statement
  • Responding to MsgBox Return Values
  • Assignment #01 - Conditional Statements
  • Assignment #02 - Conditional Statements
  • Assignment #03 - Select-Case
Loops, Loops & Loops
  • Overview
  • Do..While & Do..Until
  • For Loop
  • Processing a two-dimensional array
  • For Each Loop
  • While..Wend
  • Assignment #01 Loops
  • Assignment #02 Loops
  • Assignment #03 Loops
Sub-Procedures, ByVal & ByRef
  • Overview
  • Procedures - Part 1
  • Procedures - Part 2
  • ByVal and ByRef - Part 1
  • ByVal and ByRef - Part 2
  • Assignment #01 - Procedures
  • Assignment #02 - Procedures
Built-in Functions
  • Overview
  • Built-in Functions - Strings - Part 1
  • Built-in Functions - Strings - Part 2
  • Built-in Functions - Date Time - Part 1
  • Built-in Functions - Date Time - Part 2
  • Built-in Functions - Formatting - Part 1
  • Built-in Functions - Formatting - Part 2
  • Built-in Functions - Null & Empty
  • Built-in Functions - Is Object?
  • Assignment #01 - Using Build-in Functions
  • Assignment #02 - Using Built-in Functions
  • Assignment #03 - Using Built-in Functions
FSO - Understanding FilesystemObject
  • Introduction
  • What are File System Objects?
  • What is Object Model?
  • Where is FileSystemObject located?
  • Understanding FileSystemObject Object Model
FSO - Working with Drives
  • Drives Introduction
  • Basic Script
  • A Note About The Variable Names
  • Drives Script 01 - DriveLetter and Count
  • Drives Script 02 - Drive Space
  • Drives Script 03 - Drive Types, FileSystem Type and Volume name
  • Drives Script 04 - Serial Number and IsReady
  • Drives Script 05 - DriveExists
  • Assignment #1 - FSO Drives
  • Assignment #1 - Solution
  • Resources - Sample Scripts Used in Videos
FSO - Working with Folders
  • Folders Introduction
  • Creating Folder
  • Copying Folder
  • Deleting Folder
  • Moving Folder
  • Getting Parent Folder Name
  • Getting Folder Information
  • Resources - Sample Scripts Used in Videos
FSO - Working with Files
  • Introduction
  • Files Fundamentals
  • Creating Files
  • Deleting Files