views
Open Notepad (Start>Programs>Accessories>Notepad).
Copy and paste the following text into the program: lol=msgbox("",16,"Error")
In between the two adjacent quotation marks, type the error message you wish to appear in the popup (eg. lol=msgbox("Example",16,"Error")).
Click File>Save As.
In the 'Save type as' dropdown, change the setting from 'Text Documents' to 'All files'. Then, as your file name, type your file name (when you open the file, it will trigger the popup), followed by '.vbs' (eg. Example.vbs). Then, in the 'save in' dropdown, select a place where you can access your file. When you have selected your desired place to save the file, click 'save' to save your file.
Open 'My Computer' (Start>My Computer) and find your newly-created file.
Open the file, and your error message should pop up on the screen!
Comments
0 comment