View Single Post
  #4  
Old 01-05-2006, 02:34 AM
Don MI
 
Posts: n/a
Default Re: Select all files with particular attribute set ?


"MoiMeme" <vermeulenp@hotmail.com> wrote in message
news:OJe7jBJEGHA.2648@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> happy new year all
>
> Simple question perhaps :
> - how can I select all files with a given attribute set ( for example all
> system files) within a folder and subfolders ?
>
> TIA !!
>
>


Perhaps:
Command Prompt
Dir /?

will be what you need.

You can export the result to a text file as: DIR {switch selections} >
{path}\{file name}.txt

Don


Reply With Quote