Then type :
x=msgbox ("message here" ,1+1, "title here")
Save as a ".vbs" file ( example: him.vbs) or it will not work.
few types of error-
* You can change the ",1+1," code. Here's a list of codes.
* To change the buttons (left number):
o 0 - ok button only
o 1 - ok and cancel
o 2 - abort, retry and ignore
o 3 - yes no and cancel
o 4 - yes and no
o 5 - retry and cancel
To change the symbol (right number):
o 16 - critical message icon
o 32 - warning icon
o 48 - warning message
o 64 - info message
You can also make other windows pop up by entering the same codes on separate lines. undefined: undefined »








