topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 10:48 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: powerful search for files program  (Read 6320 times)

kalos

  • Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 1,823
    • View Profile
    • Donate to Member
powerful search for files program
« on: August 31, 2007, 09:55 PM »
hello

I want to search for files that dont contain in their filename these: 'string1 OR string2 OR string3 etc'

is there any program that can do this?

thanks

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: powerful search for files program
« Reply #1 on: September 04, 2007, 08:25 PM »
I guess any program that supports regular expressions search would do...

A regular expression for that would be:

(string1)|(string2)|(string3)

ppass

  • Participant
  • Joined in 2005
  • *
  • default avatar
  • Posts: 87
    • View Profile
    • Donate to Member
Re: powerful search for files program
« Reply #2 on: September 11, 2007, 08:47 AM »
Try the excellent SpaceMonger, try the last beta in http://www.sixty-five.cc/download/

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: powerful search for files program
« Reply #3 on: September 11, 2007, 12:21 PM »
Try the excellent SpaceMonger, try the last beta in http://www.sixty-five.cc/download/
I don't quite understand how SpaceMonger could help here...