• Graphic copy?

    From Mike Powell@1:2320/105 to ALL on Sat Oct 9 10:24:00 2021
    Is there a COPY command built into Windows 10, that you can use from the command prompt, that will show you the progress of the file copy?

    I have some large files that need copying around at work. I am not able to install anything on my own PC, which is why it needs to be built in. Using explorer seems to cause issues with the files never completely getting
    copied. I think it loses connection with the file share or something after
    a while, and the files can be quite large.

    I am trying COPY from a command prompt, thinking that might help, but
    cannot really keep track of what is going on in the mean time. :)

    Thanks!


    * SLMR 2.1a * Tweety of Borg: I tawt I attimilated a Puddy Tat!
    --- SBBSecho 3.12-Linux
    * Origin: capitolcityonline.net * Telnet/SSH:2022/HTTP (1:2320/105)
  • From Jay Harris@1:229/664 to Mike Powell on Sat Oct 9 12:14:06 2021
    On 09 Oct 2021, Mike Powell said the following...

    Is there a COPY command built into Windows 10, that you can use from the 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]

    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:

    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)
  • From Mike Powell@1:2320/105 to JAY HARRIS on Sun Oct 10 08:54:00 2021
    Is there a COPY command built into Windows 10, that you can use from the command prompt, that will show you the progress of the file copy?

    robocopy would be your friend here.

    I will have to see if that one is installed.

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

    Does xcopy resume the transfer if there is a connection issue, or does it
    start over?

    I have learned that I can keep the connection "more persistent" than it has been by opening a Teams meeting. The VPN might still drop (I think they
    kick everyone off after a certain time in the evening), but otherwise the network adaptor does not get turned off by any "oganizationally forced"
    power saving settings.

    Mike
    --- SBBSecho 3.12-Linux
    * Origin: capitolcityonline.net * Telnet/SSH:2022/HTTP (1:2320/105)
  • From Jay Harris@1:229/664 to Mike Powell on Sun Oct 10 11:34:36 2021
    On 10 Oct 2021, Mike Powell said the following...

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

    Does xcopy resume the transfer if there is a connection issue, or does it start over?

    It's supposed to if you use /Z flag, though I haven't actually tested that.


    Jay

    ... Success usually comes to those too busy to look for it.

    --- Mystic BBS v1.12 A47 2021/09/29 (Raspberry Pi/32)
    * Origin: Northern Realms (1:229/664)
  • From Mike Powell@1:2320/105 to JAY HARRIS on Mon Oct 11 16:05:00 2021
    A simpler program if you didn't need a progress meter would be xcopy:

    Does xcopy resume the transfer if there is a connection issue, or does it
    start over?

    It's supposed to if you use /Z flag, though I haven't actually tested that.

    I will have to try that. ROBOCOPY thinks I don't have access to a
    destination location that COPY and File Explorer have no problems with. I think it is a lost cause on a network I don't own.

    Mike

    * SLMR 2.1a * Never check for an error you don't know how to handle.
    --- SBBSecho 3.12-Linux
    * Origin: capitolcityonline.net * Telnet/SSH:2022/HTTP (1:2320/105)