Friday, November 19, 2010

VBScript Hello World

Write the below code in a notepad and save it as .vbs file. Either run it from command prompt or run it by double-clicking on it.

VBScript Code - Hello World

Msgbox "Hello World!"