View Single Post
Old 11-24-2004, 10:10 AM   #3
Statica
Premium Member
 
Statica's Avatar
 
Join Date: Jun 1999
Posts: 9,231
It's xcopy ; the advantage xcopy has over the copy command is that it copies the entire tree including subdirectories and files, it is a more powerful tool that has a number of options to suit your needs, everything from excluding non-empty directories to copying system & hidden files.
To learn about any console command the best option is to open a Command line interface (START > RUN > cmd) and type
Code:
xcopy /?
that should give you the syntax etc.
Alternately, you can use the windows help and search for xcopy.
Statica is offline   Reply With Quote