Search This Blog

Loading...

Friday, April 10, 2009

VBS File "HelloWorld.vbs"

' ----------------------------------------------------------
' Author: Peter Koshakji
' Date: 04/08/2009
' Filename: HelloWorld.vbs
' Skill Level: Beginner
' Duty: Output hello world to a Dialog Box.
' ----------------------------------------------------------
' Instructions:
' - Create a file HelloWorld.vbs copy content
' - In the console, navigate to the file location
' - Double click the script: HelloWorld.vbs

msgbox "Hello World from VBS"

0 comments: