How can I find filenames containing spaces?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My client cannot handle files with filenames containing spaces... How can I
search for these? The spaces are in different parts of the filenames so I
cannot figure it out. Can you search for a "space" character? When I try
this, it returns all folders and files (many not containing spaces in
filenames)
 
Max said:
My client cannot handle files with filenames containing spaces... How can I
search for these? The spaces are in different parts of the filenames so I
cannot figure it out. Can you search for a "space" character? When I try
this, it returns all folders and files (many not containing spaces in
filenames)
Hi,

My suggestion:

Do your search with Agent Ransack (free)

Download it from here:
http://www.mythicsoft.com/agentransack/default.aspx

Then, in the File name field, just fill in a space to search for files
with spaces in the file name.


Alternatively, in a command prompt, the following command will find
all files with spaces in the file name (will cover all files in the
C: drive). The output will be redirected to the text file C:\Files.txt

dir c:\"* *" /S /A-D /B >C:\Files.txt
 
I am not looking for the word "spaces", I am looking for filenames containing
a space character (whitespace), as in the thing you put between words when
you are typing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top