Tom's Guide | Tom's Hardware | Tom's Games | PC Safety Suite
![]() |
![]() |
![]() |
Comment:
Hello Everyone. I am having trouble getting my batch file to work correctly. What I am wanting to do is have a batch file that will copy the entire contents of e:\ACSNET to the folder b:\ACSNET
Here is what I am trying to use:
xcopy /E /V /Y E:\ACSNET B:\Backup\ACSNET
What I end up with is only the files in the directory e:\acsnet copy. None of the sub directories are copying. I have also tried used the switch /S and same thing happens. Am I doing something wrong?
Thanks in advance for your help.
+1 | ![]() |
You r switches are in the wrong spot and i would recommend some other switches added in.
try
xcopy E:\ACSNET B:\Backup\ACSNET /c /h /e /v /k /y
![]() |
Roaming profile logging/l...
|
creating a computer accou...
|
| Login or Register to Reply | |
| Login | Register |