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.