Invalid Drive Specification 0 File(s) copied Im guessing theres two problems then, but it first run into the path one. I don't even know I was specifying a drive. Btw the cmd window closes less than a second after I run the batch, so some parts of the results may be a bit inaccur...
Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up {...
Xcopy /S /I /E Source_Directory Destination_directory For example to copy all the files fromD:\data\documentsto the folderE:\Newfolder\documentswe need to run the below command. Xcopy /S /I /E D:\data\documents E:\Newfolder\documents This command creates the folderE:\Newfolder\documents...