FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Utilities / Utilidades Command ROBOCOPY
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Command ROBOCOPY
Posted: Mon Aug 21, 2017 11:45 PM

Hace poco he descubierto este comando de consola que me ha parecido muy interesante
Por si hay alguien que tampoco lo conoce

http://technet.microsoft.com/en-us/libr ... 33145.aspx

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: Command ROBOCOPY
Posted: Tue Aug 22, 2017 01:04 PM

Cristobal

Robocopy is a great tool to copy files from one destination to another specifically to additionally copy the attributes or permissions on those files. Robocopy comes in very handy in a network server situation where you are copying data from one volume to another retaining all file permissions on the data.

I use robocopy at times rather than just the copy . .. if I want to capture a data image .. I use Robocopy .. otherwise Copy .

Rick Lipkin

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Command ROBOCOPY
Posted: Tue Aug 22, 2017 02:03 PM

Can Robocopy keep the physical order of the files. It seems that it always copy them in alphabetical order.

EMG

Continue the discussion