Last active
May 12, 2020 06:59
-
-
Save gyakkun/8deebf7171e2c4dc81421a95b2e243d1 to your computer and use it in GitHub Desktop.
Sync Two Onedrives
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for /f %i in ('dir /b /ad "D:\Onedrive\OneDrive - AAAA"') do (mklink /d /j "D:\Onedrive\OneDrive - BBBB\%i" "D:\Onedrive\OneDrive - AAAA\%i") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment