Okay, here's a strange one. I have MP3s on a partition on my primary hard drive. I want to XCOPY all of it to another drive. I had created a batch file to copy the files for me. When I run it, files are copying to the secondary drive, however, I can't see anything. The drive shows there is data but I can't see it.
This is in my batch file:
xcopy /D /E H: L:\Music
When I run it, the Music folder disappears, yet files are still going to it. If I try to create another Music folder, Windows tells me it is there already. Why can't I see it when I run xcopy? If I do a regular copy and paste, I can see my data.
This is in my batch file:
xcopy /D /E H: L:\Music
When I run it, the Music folder disappears, yet files are still going to it. If I try to create another Music folder, Windows tells me it is there already. Why can't I see it when I run xcopy? If I do a regular copy and paste, I can see my data.