Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    VBScript Training Videos

    Posted By: parsfama
    VBScript Training Videos

    Winstructor - VBScript Training Videos | 350 MB



    VBScript contains the following Training Videos:

    Introduction to VBScript
    Duration: 8:22
    In this video we'll talk about what VBScript is, how to get it and why would you want to use it to script with. We discuss COM objects and how they add more power to your scripting. Finally we talk about script editors and how to set up the default Windows Script Host.

    Lets Start Scripting
    Duration: 12:32
    In this video you'll learn all about Variables, Literals, Constants and the use of Comments in your scripts. You'll also learn about the function of the Option Explicit and On Error Resume Next statements.

    Arrays
    Duration: 14:21
    In this video we'll introduce you to arrays which are simply lists of data. Arrays are one of the most widely used functions in most scripting languages, so you wont want to miss this video.

    Statements and Functions
    Duration: 15:15
    In this video you'll learn all about Statements and Functions which are used in all VBScripts.

    Loops
    Duration: 11:35
    In this video you'll learn all about Loops. We'll cover the For Each Next loop, the For Next loop, Do While loops and Do Until Loops.

    Objects
    Duration: 25:54
    In this video you'll learn all about what Objects and Methods are. We focus on the FileSystem Object and show you how to use it to manipulate drives, folders, files and text.

    WshShell
    Duration: 28:52
    In this video you'll learn all about the WshShell Object and see how we can use it to access the Windows Registry, Write to the Event Log, Run External Applications and much more!

    WshNetwork
    Duration: 13:30
    In this video you'll learn all about the WshNetwork Object and see how we can use it to access logon information, map drives and printers.

    Writing Your Own Scripts
    Duration: 6:57
    In this video we'll give you some hints on how to approach script writing for yourself.