Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rcastaneda

    ignore error function??

    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...
  2. rcastaneda

    newbie question concerning quotes

    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
  3. rcastaneda

    newbie question concerning quotes

    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...
  4. rcastaneda

    newbie question concerning quotes

    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...

Part and Inventory Search

Back
Top