robocopy \\$OldComputername\C$\Users\$Username\Appdata\Local\Google\Chrome\"User Data"\Default \\$NewComputerName\C$\Temp\$Username\Appdata\Local\Google\Chrome\
I am running a robocopy command to copy files from one folder to another like below - "Robocopy source destination filename" Some files are not getting copied a
I started a batch script that activates Robocopy to copy some really big folder from some source to a destination. When I run the script I can see the cmd wi