Using DOS in Windows 7

Penmere

Reputable
Jul 14, 2014
8
0
4,510
When I used the following command in Windows XP :-
xcopy C:\SWTW\* G:\BackUp\SWTW\ /e/s/f/d/y
all the files and folders contained in the C drive SWTW folder would be copied to the G drive SWTW folder, overwriting if necessary.
In Windows 7 I have not been able to copy even a single C drive file to anywhere.
Can anyone help please?
 

Penmere

Reputable
Jul 14, 2014
8
0
4,510
Can I reopen this thread please?
The problem is that the fist xcopy command below works fine and the second produces no copy at all.
xcopy "C:\Users\Rex Sara\Favorites" "G:\BackUp04\Users\Rex Sara\Favorites"\ /e/s/f/d/y
xcopy "C:\Users\Rex Sara\My Documents" "G:\BackUp04\Users\Rex Sara\My Documents"\ /e/s/f/d/y
I would appreciaate any help here. I am at a loss.