Rochelle Hatton wrote: > > > Try for example *.[di]?[tg] (This means > > *.d?t (ok) *.d?g (useless) *.i?t (useless) and *.i?g (ok) > > Works a treat. Thanks a lot. > > Cheers Except it will catch files like my.dog. Try: *.{dat,img} jd