Windows copy command process info

Is there any specific package for copy command which shows the process of being copied.

In windows while using copy from command line I could not see the process but the blinking cursor and I'm wondering if there is any application that could be downloaded for free and which shows additional information that what has been copied and what are left or how many percentage it has been copied...etc. Any body using any?


ROBOCOPY is included in Windows and displays progress information.


Robocopy will work but has some quirks that can take some getting used to. For a graphical approach try richcopy It's also got some quirks but are s little mpre obscure. When it comes down to command line or logging I use xxcopy which I've found to be the fastest and most versatile copy program I've ever seen.


Robocopy - been using it for years for replicating directiories/backups and its the best I've come across so far. As mentioned above it has a few quirks.

I'd never heard of richcopy - just downloaded it, thanks for the link.

Ian


Or you can try xcopy, there are bunch of options.