Skip to main content

All Questions

Tagged with
0 votes
0 answers
481 views

how to copy a folder and its contents to another folder using xcopy?

So I've been trying to copy a folder to another folder. But whatever I do, it only copies the file(s) inside the source folder. I've looked at numerous examples like: ss64 example microsoft example ...
mrjayviper's user avatar
  • 1,000
4 votes
0 answers
87 views

Unable to Copy from E partition

I am stuck in weird issue. I moved my images from my phone to a folder in Windows 8's Partition E:/. Now i am trying to move back to my Phone/Flash Drive/Other Partition/Other Machine(via Sharing ...
Saghir A. Khatri's user avatar
0 votes
2 answers
7k views

xcopy command does not work in a batch file

The command below works in CMD Prompt, but does not work in a batch file. xcopy "D:\Desenvolvimento\Repositórios GIT\driverXD\app\*" driverxd\ /e
FabianoLothor's user avatar