Just a simple hello world to start. Copy paste the below into the document, save then double click.
MsgBox "Hello World"
"MsgBox" displays a message in a dialog box and waits for the user to respond.
This is a good method to inform users of actions to be performed or simply the end of the script.
Such as: