Category "robocopy"

Robocopy grabbing just the google chrome bookmarks files

robocopy \\$OldComputername\C$\Users\$Username\Appdata\Local\Google\Chrome\"User Data"\Default \\$NewComputerName\C$\Temp\$Username\Appdata\Local\Google\Chrome\

Log errors after running robocopy command

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

How to kill a Robocopy batch script via Taskkill?

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