NaveenBharadwaj
NaveenBharadwaj

Reputation: 1333

How to execute xcopy in parallel inside a batch file?

I have multiple xcopy statements in a batch file. I need to execute them in parallel so that the copying gets over soon. How do I achieve that? It cannot run in separate windows because I have certain parameters in xcopy statements which will be replaced by values that is set in another batch file. Please help.

Upvotes: 2

Views: 1270

Answers (1)

triggeradeadcat
triggeradeadcat

Reputation: 21

You can't. Rethink your approach. And why do you think moving the heads back and forth would be quicker.

Upvotes: 1

Related Questions