Hello To copy a directory and its contents (files) to another directory, for example, the Test directory from C:\Divers\Test vers D:\Myfile Is this the "cleanest" command ? xcopy C:\Divers\Test D:\Myfile\Test /e Thanks