Custom RoboCopy Progress Bar in PowerShell

后端 未结 7 1001
夕颜
夕颜 2020-11-28 03:51

I\'m interested in a PowerShell script that copies a large amount of files from a server daily and I\'m interested in implementing a in-console progress bar like

7条回答
  •  感情败类
    2020-11-28 04:24

    Here is native PowerShell GUI version of RoboCopy. (NO EXE file)

    I hope it helps some one.

    enter image description here

    https://gallery.technet.microsoft.com/PowerShell-Robocopy-GUI-08c9cacb

    FYI : Are there any one who can combine PowerCopy GUI tool with Copy-WithProgress bar?

提交回复
热议问题