Copying multiple folders across different drives/partitions on Windows

fwiw, should not never root drive letter without a path.
D: is not the same as D:\


i posted a workaround in https://forum.rclone.org/t/1-65-fails-listing-local-folders/43148/7

so to access the root of d:\

rclone lsd d:\
ERROR : : error listing: directory not found

dir d:\ /b
Program Files
Program Files (x86)

mklink /d e:\droot d:\

rclone lsd e:\droot
          -1 2023-09-26 19:55:35        -1 Program Files
          -1 2023-09-26 19:56:15        -1 Program Files (x86)