I have 35 batch files(*.bat) in C:\BAT. Everything finds none of them when searching for *.bat.
Can anyone help???
*.bat search not working
Re: *.bat search not working
Do you have a Filter set, like, Video?
Or Regex enabled (& then depending on your search criteria)?
Or Regex enabled (& then depending on your search criteria)?
Re: *.bat search not working
No not using a filer.
Not sure what you mean Regex enabled.
Not sure what you mean Regex enabled.
Re: *.bat search not working
How come??? What sort of response to the problem is that!!!
Last edited by therube on Thu Feb 16, 2012 3:38 pm, edited 1 time in total.
Re: *.bat search not working
> Not sure what you mean Regex enabled.
Search (menu item), Enable Regex (or Ctrl+R).
Otherwise, are the batch files hardlinked elsewhere too?
Search (menu item), Enable Regex (or Ctrl+R).
Otherwise, are the batch files hardlinked elsewhere too?
Re: *.bat search not working
I pressed [Ctrl][R] and was able to see all the *.bat files.
What is RegEx??? I can't find it in the help.
What is RegEx??? I can't find it in the help.
Re: *.bat search not working
In computing, a regular expression provides a concise and flexible means for "matching" (specifying and recognizing) strings of text, such as particular characters, words, or patterns of characters.
2.4 How do I use regex?
2.4 How do I use regex?
Re: *.bat search not working
Thanks for the help. I did know what regular expressions are - I just didn't know regex was an abbreviation for it.