Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display percentage complete in Robocopy?

Is there a way to show the percentage completed in Robocopy? I am running with /NDL and /NFL, but I would like to see the overall percentage... is this possible?

like image 761
MrDuk Avatar asked Jul 01 '13 18:07

MrDuk


1 Answers

I haven't found a way to do so. Instead I use PowerShell to do the copy and track progress.

This might be of use: Custom RoboCopy Progress Bar in PowerShell

like image 147
Graham Gold Avatar answered Oct 06 '22 22:10

Graham Gold