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
Command ROBOCOPY
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
- Rick Lipkin
- Posts: 2397
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
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: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- 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