Introduction: How to Make Computer Pop-ups Using Notepad!

About: I like potatoes. And bacon. And puzzles, Angry Birds, piano, math, hot cocoa, Popular Science, and sleeping.

In this instructable, I will show you how to make computer pop-ups using notepad.I give credit to cmdcmd20 in metacafe because I found his video after I published this instructable.

Step 1: Open Notepad

Open notepad by using the shortcut, or go to start, then all programs, then acsserories, then notepad.

Step 2: Start Code

Now we have notepad opened, type this in:

x=msgbox("box text""box title")

Replace "box text" with the text of your message box and replace "box title" with the title of your message box.

Step 3: Button Types

These are the button types:

32 warning query icon.
48 warning message icon
64 information message icon

0 normal message box
4906 always stays on top of desktop

16 critical message icon
0 OK button only
1 OK and cancel buttons
2 abort, retry, and cancel buttons
3 yes, no , and cancel buttons
4 yes and no buttons
5 retry and cancel buttons

Step 4: Put in the Numbers

Once you know what numbers you want, enter them here for example:

x=msgbox("box text",1,"box title")

If you want two numbers, add a plus sign like this:

x=msgbox("box text",4+48,"box title")

Step 5: Saving

Once you are done, you must save it as (something).vbs, e.g., guns.vbs .Also, when saving, you also have to change file type to all files.

Step 6: Creating Shortcut

Once you saved it, go to it and right click on it, then click "create shortcut".Then drag the new shortcut to your desktop.

Step 7: Disguising

Right click on your new shortcut and click properties.Then click Change Icon.Choose an icon you like and then click OK. Then go to the General tab and change it's name.Then click OK again. You're done!