Jump to content

Batch Command To Copy Files


Recommended Posts

hi guys can anyone help me please

i have a folder with subfolders containing certain files that i use for 3 seperate pcs , i have made text lists of each set of files that go into each different pc , my question is can someone give me the proper batch command that would copy the files listed in each list into the directories i want including the subdirectories , have included a sample but this isnt working as it copies the files all over the place inside the new folder instead of keeping the folder structure

@setlocal enableextensions

for /f "delims=" %%i in (darlaprun.txt) do (

xcopy "%%i" "%wim%" /s /e /h /y

)

have also tried it with %%a but it still does same , i have certain folders with the same files in them but for different pcs and architectures and have 3 username lists which have only the files needed for each pc listed inside each text list

Link to comment
Share on other sites


  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...