Fun Window Error Message Prank

Asked By 10 points N/A Posted on -
qa-featured

 

OK, when it uses the notes Pad has demonstrated this error:

Tittle goes here

TITLE GOES HERE

TEXT GOES HERE

I do not know anything about this. Please help me to solve this one well.

SHARE
Answered By 30 points N/A #149565

Fun Window Error Message Prank

qa-featured

 

Hi Samantha,
 
What you see on the picture is not an error, it is just a simple VBScript (Visual Basic Script) used to create a simple message box.
 
You can easily create one by yourself following the steps below:
 
Create and open new .txt document (using notepad).
 
Type: 
lol = msgbox(“text1”,16,”text2”)
 
Text1 is what you will see in a message box.
Number 16 will create a Critical message icon.
Text2 is the title that will stand on top of a message box.
 
Save your file as name.vbs
 
When you double click the file you will get a pop-up like the one shown on your picture.

Related Questions