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
Command ROBOCOPY
- cnavarro
- Posts: 6572
- Joined: Wed Feb 15, 2012 8:25 pm
- Location: España
- Has thanked: 4 times
- Been thanked: 6 times
Command ROBOCOPY
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
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
- Rick Lipkin
- Posts: 2677
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
- Been thanked: 2 times
Re: Command ROBOCOPY
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
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
- Enrico Maria Giordano
- Posts: 8770
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 7 times
- Contact:
Re: Command ROBOCOPY
Can Robocopy keep the physical order of the files. It seems that it always copy them in alphabetical order.
EMG
EMG