Is there any function in vbscript that will allow me to tell the script to continue when an error is generated?
The problem I'm having is that I'm writing a script that automatically populates information into Active Directory, but if any information is left out, it generates an error and stops...
Is it possible to concactenate two strings and then wrap the new string with quotes?
Ex.
string1 = "Today is"
string2 = "Friday"
string3 = string1 & string2 and then take the text in string 3 and wrap it in quotes so that the output from string 3 is "Today is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.