Subj : Re: Graphic copy?
To   : Mike Powell
From : Jay Harris
Date : Sat Oct 09 2021 12:14 pm

On 09 Oct 2021, Mike Powell said the following...

MP> Is there a COPY command built into Windows 10, that you can use from the
MP> command prompt, that will show you the progress of the file copy?

robocopy would be your friend here.

Usage :: ROBOCOPY source destination [file [file]...] [options]

C:\> robocopy c:\source \\server\destination ubuntu-21.04-desktop-amd64.iso

-------------------------------------------------------------------------------
  ROBOCOPY     ::     Robust File Copy for Windows
-------------------------------------------------------------------------------

 Started : October 9, 2021 11:49:29 AM
  Source : C:\source\
    Dest : \\server\destination

   Files : ubuntu-21.04-desktop-amd64.iso

 Options : /DCOPY:DA /COPY:DAT /R:1000000 /W:30

------------------------------------------------------------------------------

                          1    C:\source
 9.8%   New File               2.6 g        ubuntu-21.04-desktop-amd64.iso



A simpler program if you didn't need a progress meter would be xcopy:

C:\>xcopy /?
Copies files and directory trees.

XCOPY source [destination]

/V           Verifies the size of each new file.
/Z           Copies networked files in restartable mode.


Jay

... Everyone has his day, and some days last longer than others.

--- Mystic BBS v1.12 A47 2021/09/29 (Raspberry Pi/32)
* Origin: Northern Realms (1:229/664)