@ Guru Meditator!
>"Well, I'll be.. Shows how little I have used DOS I only ever used DOS when I had to. Oh well, that's just one thing. There are other things like the 'find' command that I'm sure DOS doesn't have. Alot of the tools in /proc are pretty cool. DOS is weak, copying entire subfolders with their contents seems to be impossible."
dir /s will do that
if you want to search c:\ for boot.ini as an example you would type dir /s c:\boot.ini
wild cards work too eg ... dir /s c:\*boot*
It will find all copies and tell you their locations.
Yeah, Xcopy does all files and subdirectory copying. Like the others have said.