Win XP - Seeing multiple directories as one

Is it possible in windows XP to see the contents of multiple directories appear as one.
For example, if I have a directory
C:\Pictures
Inside that directory I have 26 more, A - Z
Is it possible if I was to say click on the pictures directory to see every file from all of the subdirectories in one list?

Thanks!

The only way I know of is to go to start --> run and type “cmd” to bring up your DOS prompt. Type cd\Pictures, then type dir /s

If you want the list as a text file, follow Bob55’s advice, with this addition:

C:>dir /s > dir.txt

Then open dir.txt in Notepad to see the complete list.