I am writing a VBScript logon for our Win2K Pro clients. I need to map several drive and printer connections for users in a K-12 school setting. Unfortunately, whenever the script executes a map command it also displays an annoying pop-up message along the lines of “yay, I’ve just mapped drive x to whatever”. Asking my users to click “Ok” to make each of these messages go away is not my first choice. Is there some way to make the script run silently or at least turn off this confirmation feature? I already have a portion at the end of the script to list all of the successful mappings and connections. I don’t want this useless pop-up one.