BlisteredBlood
The Crucified Angel
- Joined
- Jan 9, 2009
- Location
- Rhode Island
In Notepad, type this in.
Finally, go to Save As then put whatever title you wanna call it, but make sure that you add the .vbs extension as a part of your title.
If you did it right, this is what it should look like.
Double click on it to open it after you closed up Notepad and what do you get? A message box that says the exact same thing you typed in Notepad.
Just to give you guys a little sample of what it looks like, I decided to be a bit of a smartass with mine and came up with this one.
Don't worry about the big red X or whatever, it's just something that I made and now, you can too! Enjoy the trick!
Code:
msgbox "Example",20,"This is how it works."
Finally, go to Save As then put whatever title you wanna call it, but make sure that you add the .vbs extension as a part of your title.
If you did it right, this is what it should look like.
Double click on it to open it after you closed up Notepad and what do you get? A message box that says the exact same thing you typed in Notepad.
Just to give you guys a little sample of what it looks like, I decided to be a bit of a smartass with mine and came up with this one.
Don't worry about the big red X or whatever, it's just something that I made and now, you can too! Enjoy the trick!