Computing.Net > Forums > Windows Server 2008 > XCOPY Issue

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

XCOPY Issue

Reply to Message Icon

Name: J-Dawg
Date: May 7, 2009 at 15:25:30 Pacific
OS: Windows Server 2008
Subcategory: Software Problems
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.



Sponsored Link
Ads by Google

Response Number 1
Name: paulsep
Date: May 16, 2009 at 16:48:59 Pacific
Reply:

You're missing the /S to xcopy subfolders too.

Please send a reply, if you solved the problem !!!


0

Response Number 2
Name: warneir
Date: June 19, 2009 at 07:50:29 Pacific
Reply:

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



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: XCOPY Issue

ethernet controller issue www.computing.net/answers/windows-2008/ethernet-controller-issue/133.html

Can't remote into server2008 www.computing.net/answers/windows-2008/cant-remote-into-server2008/6.html

ATI Rage XL and server 2008 www.computing.net/answers/windows-2008/ati-rage-xl-and-server-2008/32.html