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...
Well I found out all along that it had nothing to do with wrapping the string in quotes, and that my error had to do with two commas not being present where they should have been... oh well. Thank for your help anyways
Maybe I should have explained my situation a little better. I'm using vbscript to automate entries into Active Directory thru ADSI. Because of this, I'm not sure that "&q u o t" would work. Basically I'm making the script, saving it as a .vbs file, and then running it using...
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.