I have adapted a script to find "bookmarks." in the chrome profiles. but I have about 4 profiles.
Profile 1, Profile 2, Profile 3, Profile 4.
is there a way to create the found "bookmarks." to go into the destination copied profile location? so it matches the source?... currently it trys to overwrite the destination.
My script is as follows:
cd\Users\David\AppData\Local\Google\Chrome\User Data\
for /r %%a in (bookmarks.*) do xcopy "%%a" c:\Users\David\Downloads\testme /s /i