Here’s a quick how to on creating your own Windows Error messages.
- Open up notepad and copy/paste the following text:
X = MsgBox(“Box Text”, 0+16,”Box Title”) - Edit the words in “Box Text” with your error message.
- Edit the words in “Box Title” with the title of your error message.
- Optionally, you can also change the number/s (listed below) to display different buttons.
- Click on File > Save As…
- Name the file anything you want and add the .vbs extension to it.
Ex: error.vbs - Open your newly created file to see the error message.