Wednesday, February 29, 2012

Saying Hello

This is the most basic thing we can do with VBS.

Just create a blank text file and put in the code below

WScript.Echo("HELLO! This is VBS")

Save the file as Hello.vbs

Double click and you will get a message on your screen.

0 comments:

Post a Comment