Skip to content

Instantly share code, notes, and snippets.

@pvginkel
Created February 6, 2020 08:01
Show Gist options
  • Save pvginkel/b98e6f0f630e337592acb8c91d776b28 to your computer and use it in GitHub Desktop.
Save pvginkel/b98e6f0f630e337592acb8c91d776b28 to your computer and use it in GitHub Desktop.
@echo off
rem No \ at the end of this path. If you need to copy everything from
rem the root of a drive, e.g. E:. set to e.g. set SOURCE=E:
set SOURCE=C:\CopyFromTest
start xcopy %SOURCE% F: /s /e
start xcopy %SOURCE% G: /s /e
start xcopy %SOURCE% H: /s /e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment