Wednesday 5 October 2011

My First VBScript

1. Open a NotePad.
2. Type: Msgbox "My First VBScript". Double quotes are mandatory.
3. Save the file as MyScript.vbs .
4. Double click on the file MyScript.vbs to execute.

Extension of the VBScript is .vbs
Msgbox is a keyword which is used to display any information on to the screen.

No comments:

Post a Comment