3

I'm trying to locate all the files on my server which use a # as part of their name, and can't seem to get the servers' file search feature to restrict its result to only # files.

How do I go about doing this?

blueberryfields
  • 757
  • 1
  • 7
  • 17

1 Answers1

5

You can use cmd:

dir *#*.* /s
Mircea Vutcovici
  • 16,706
  • 4
  • 52
  • 80