Archived from groups: microsoft.public.windowsxp.general (More info?)
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)
Archived from groups: microsoft.public.windowsxp.general (More info?)
Put the search expression in quotes
eg
"I contain spaces"
Jon
"Max Kashner" <MaxKashner@discussions.microsoft.com> wrote in message
news:EB556F9D-6D3B-4BF7-83EB-62A93E008520@microsoft.com...
> 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)
Archived from groups: microsoft.public.windowsxp.general (More info?)
Ignore that post
Jon
"Jon" <Email_Address@SomewhereOrOther.com> wrote in message
news:eWQmYPSbFHA.348@TK2MSFTNGP14.phx.gbl...
> Put the search expression in quotes
>
> eg
> "I contain spaces"
>
> Jon
>
Archived from groups: microsoft.public.windowsxp.general (More info?)
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.
"Jon" wrote:
> Put the search expression in quotes
>
> eg
> "I contain spaces"
>
> Jon
>
>
> "Max Kashner" <MaxKashner@discussions.microsoft.com> wrote in message
> news:EB556F9D-6D3B-4BF7-83EB-62A93E008520@microsoft.com...
> > 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)
>
>
>
Archived from groups: microsoft.public.windowsxp.general (More info?)
Max Kashner wrote:
> 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,
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
Archived from groups: microsoft.public.windowsxp.general (More info?)
start > run > cmd
dir *" "*.* /s
Jon
"Max Kashner" <MaxKashner@discussions.microsoft.com> wrote in message
news:EB556F9D-6D3B-4BF7-83EB-62A93E008520@microsoft.com...
> 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)
Archived from groups: microsoft.public.windowsxp.general (More info?)
Thanks! That worked great.
"Jon" wrote:
> start > run > cmd
>
> dir *" "*.* /s
>
> Jon
>
>
> "Max Kashner" <MaxKashner@discussions.microsoft.com> wrote in message
> news:EB556F9D-6D3B-4BF7-83EB-62A93E008520@microsoft.com...
> > 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)
>
>
>
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.