Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Hello World
Browse files Browse the repository at this point in the history
My first program in VBscript

MessageBox is used to display some message to the user. 

Also popularly used in pranks where you could put this in the startup folder of a Windows machine which would display a prank message  whenever OS is launched.
  • Loading branch information
tanmaymohan authored Oct 2, 2017
1 parent 807068d commit 099ca62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hello.vbs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x =MsgBox("Hello world, Welcome to Hacktoberfest 2017",vbOKOnly,vbInformation)

0 comments on commit 099ca62

Please sign in to comment.