Questions tagged [robocopy]

Robocopy is a command line file copy utility for Windows-based operating systems.

Robocopy is a Microsoft command line file copy utility that is built into Windows Server versions 2008 R2 and newer. Examples of basic functionality include directory mirroring, copying files over a network, restartable copy and multiple exclusion/inclusion flags.

272 questions
-3
votes
1 answer

Robocopy in powershell

I want to copy the csv files from two different servers and then paste those files at some location on 3rd server. CSV File location on 1st server is - E:\HC_Disk\Sample\"+"DiskSpace-"+(Get-Date -format yyyyMMdd)+".csv CSV file location on 2nd…
-4
votes
1 answer

Move files with robocopy instead of copy

robocopy B:\Foo\ D:\890001 /MIR /COPY:DT /FFT Am using the above to copy files from A to B, however I wish to move the file not copy. How can this be done without its function being compromised?
user3218338
  • 101
  • 2
  • 4
1 2 3
18
19