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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jlozan

  1. jlozan

    Script to check folder permissions

    Hello, I've looked in the forums, but can't find anything on this subject. I'm looking to create a script that will look at one specific folder and check for local groups to see if it has access or not. Then, I would like the script to return a 1 if the local groups have access or 0 if they...
  2. jlozan

    Search text file for string

    ok, I have a slight problem. when i search for the string "SSLProtocol +TLSv1", I get a negative result even though I know its in the file. If I change it to only "SSLProtocol", it succeeds. if I change it to "+TLSv1", it fails with an Unexpected quantifier error. Is the + a special...
  3. jlozan

    Search text file for string

    wow - that was quick - thanks! It works, can you briefly explain what this line does? Wscript.Echo -1 * objRegEx.Test(objFile.ReadAll)
  4. jlozan

    Search text file for string

    I’m trying to create a script to look in a text file and search for something. Then, return a value of “0” if it finds it and returns a value of “1” if it doesn’t. I've found something on scriptcenter, but it just returns the value that I search for. I've modified that script to just output 0...

Part and Inventory Search

Back
Top