@ECHO OFF set list=Desktop Documents Downloads Favorites Music Pictures Videos set baseLocation="%USERPROFILE%\OneDrive - Olivet Nazarene University\LocalPC\" set "Key=HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" set "Typ=REG_EXPAND_SZ" set RegList="Desktop" "Personal" "{374DE290-123F-4565-9164-39C4925E467B}" "Favorites" "My Music" "My Pictures" "My Video" set /a c=0 setLocal enableDelayedExpansion for %%j in (%RegList%) do ( set RegList[!c!]=%%j & set /a c=c+1 ) for %%i in (%list%) do ( if not exist %baseLocation%%%i ( mkdir %baseLocation%%%i ) else ( echo %%i already exsists ) ) set baseLocation=%baseLocation:"=% for %%i in (%list%) do ( RoboCopy.exe "%USERPROFILE%\%%~i\." "%baseLocation%\%%~i\." *.* /MOV /FP /NP /IS /Z /E /NFL /NDL /NJH ) set /a d=0 for %%k in (%list%) do ( call set val=%%RegList[!d!]%% & Reg Add "%Key%" /f /V !val! /T %Typ% /D "%baseLocation%%%k" & set /a d=d+1
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter