Make a VB Script to Answer All of Your Questions

by Super_Nerd in Circuits > Microsoft

5444 Views, 8 Favorites, 0 Comments

Make a VB Script to Answer All of Your Questions

OtherNewLogo.png
Ready for a stupid script idea I came up with? Here it is. It's an answer to all of you questions, two lines of code, and best of all it's fake!

You will need

-a Computer running Windows 98 or higher
-a Friend (or enemy) with a good sense of humor 

Open Notepad.

Notepad.png
This step is by far the easiest.

WinKey+R

notepad

OK

And then notepad should show up.

Code

VBS.png
Copy and paste this code into notepad.

a=inputbox("I will answer a question you ask.")
a=msgbox ("The answer is 7!")

Save As

FloppyDisc.jpg
Now click
File>Save As...

Then name your file something like answer.vbs

Whatever you call it, at the end type .vbs

Finally, click save.

Answer All Your Questions.

OtherNewLogo.png
Run the script...

Now all of your questions will be answered by this stupid script. Unless your questions answer really is 7, this script isn't too helpful.