Miscellaneous

MessageBox That Disappear On Its Own



This is a pretty simple script to help you implement a popup instead of a message box. This may be very helpful if you are in process of debugging your script and don’t want to have manual intervention in between the execution, however, still want the script to show some values.

This will be achieved using “Popup” method under the class “Shell”. Thus we would have to create a COM object to point to “Shell” class under “WScript” namespace. Let’s see how it works.




If you liked this post, say thanks by sharing it.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.