Tech world 2

Tech world 2

Hi, my name is Maxwell. I am a professional technician, coder, and developer mechanic in training. Today I am going to teach you how to make a Virtual Basic Script (VBS)

1. First click the windows button.
2. Next, at the same time, click on the r button and type in notepad.
3. Type in code Dim FavCol
FavCol = “red”
Select Case FavCol
Case “Black”
msgbox(“what is your name”)
Case “red”
msgbox(“what is your favorite thing to do “)
Case “Yellow”
msgbox(“what is your favorite subject”)
Case Else
msgbox(“how are you”)

4. End Select then save it as example.vbs you just made a vbs.