I would like to add a messagebox to my script to monitor current operations showing cumulative messages. ie: when each drive that is mapped an additional message is added to the existing open messagebox
I have tried WScript.Echo but it is modal, same with WScript.Popup
Is there a modeless method available in VBScript to perform this type of operation?
Thanks and regards,
Daved.
I have tried WScript.Echo but it is modal, same with WScript.Popup
Is there a modeless method available in VBScript to perform this type of operation?
Thanks and regards,
Daved.