Reputation: 1333
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
Reputation: 21
You can't. Rethink your approach. And why do you think moving the heads back and forth would be quicker.
Upvotes: 1