this is for logon scripting -- I'm trying to make a message box with a
rather long message string in it but the msgbox function truncates my
message after 1023 -- the apparently character limitation for the
vbscript function. If I have a string that I want to display in a
msgbox but it is > 1023 characters, is there a way I can have the
msgbox function display that?