> As you can see I am still getting feedback as an OK, but it is > several lines > down and not located where the local adduser.exe would return it. > I assume > that the ASP code is looking in what is now the wrong place.. What can I > change to get this to work? > > if inStr(strResult, "OK") = 1 then > > When this finally works, I will post a site somewhere with detailed > instructions on the setup. Duane, If "OK" is indeed in the response, then try this line instead of the above line: if inStr(strResult,"OK") >= 1 then Let me know if that works. -Ron ______________________________________________________________________ The HKSI-IMail Admin List is hosted by........ Humankind Systems, Inc. Questions, Comments or Glowing Praise...... mailto:[EMAIL PROTECTED] Searchable List Archive.... http://www.mail-archive.com/[email protected] To Manage your Subscription......... http://humankindsystems.com/lists
