xcopy en vista

08/02/2008 - 05:46 por XX | Informe spam
En una red de ordenadores, desde hace años utilizo un bat con el comando
xcopy para hacer copias de los mismos al servidor
Ahora, en las maquinas que tienen vista, el comando no funciona
correctamente, porque no sabe crear las carpetas nuevas
Alguna sugerencia

Gracias de antemano

Albert

Preguntas similare

Leer las respuestas

#1 Vicky
08/02/2008 - 20:47 | Informe spam
Robocopy en linea de comandos o el Robocopy GUI

http://www.microsoft.com/technet/te...px?loc=es/


Un Saludo,
Vicky
http://informaticamicrosoft.spaces.live.com/

Colabora en el mantenimiento de
DAKOTABCN.NET
http://dakotabcn.net/colaboracion/


"XX" escribió en el mensaje de noticias
news:
En una red de ordenadores, desde hace años utilizo un bat con el comando
xcopy para hacer copias de los mismos al servidor
Ahora, en las maquinas que tienen vista, el comando no funciona
correctamente, porque no sabe crear las carpetas nuevas
Alguna sugerencia

Gracias de antemano

Albert
Respuesta Responder a este mensaje
#2 Alejandro Mazzitelli
09/02/2008 - 15:36 | Informe spam
Albert,

el comando sigue estando y si haces xcopy /? para obtener ayuda sale lo
siguiente:

Perdon por ponerlo en ingles...

Fijate la nota que pone Microsoft a la ayuda donde dice NOTE

C:\Users\Alejandro>xcopy /?
Copies files and directory trees.

NOTE: Xcopy is now deprecated, please use Robocopy.

XCOPY source [destination] [/A | /M] [/D[:date]] [/P] [/S [/E]] [/V] [/W]
[/C] [/I] [/Q] [/F] [/L] [/G] [/H] [/R] [/T] [/U]
[/K] [/N] [/O] [/X] [/Y] [/-Y] [/Z] [/B]
[/EXCLUDE:file1[+file2][+file3]...]

source Specifies the file(s) to copy.
destination Specifies the location and/or name of new files.
/A Copies only files with the archive attribute set,
doesn't change the attribute.
/M Copies only files with the archive attribute set,
turns off the archive attribute.
/D:m-d-y Copies files changed on or after the specified date.
If no date is given, copies only those files whose
source time is newer than the destination time.
/EXCLUDE:file1[+file2][+file3]...
Specifies a list of files containing strings. Each string
should be in a separate line in the files. When any of the
strings match any part of the absolute path of the file to be
copied, that file will be excluded from being copied. For
example, specifying a string like \obj\ or .obj will exclude
all files underneath the directory obj or all files with the
.obj extension respectively.
/P Prompts you before creating each destination file.
/S Copies directories and subdirectories except empty ones.
/E Copies directories and subdirectories, including empty ones.
Same as /S /E. May be used to modify /T.
/V Verifies the size of each new file.
/W Prompts you to press a key before copying.
/C Continues copying even if errors occur.
/I If destination does not exist and copying more than one file,
assumes that destination must be a directory.
/Q Does not display file names while copying.
/F Displays full source and destination file names while
copying.
/L Displays files that would be copied.
/G Allows the copying of encrypted files to destination that
does
not support encryption.
/H Copies hidden and system files also.
/R Overwrites read-only files.
/T Creates directory structure, but does not copy files. Does
not
include empty directories or subdirectories. /T /E includes
empty directories and subdirectories.
/U Copies only files that already exist in destination.
/K Copies attributes. Normal Xcopy will reset read-only
attributes.
/N Copies using the generated short names.
/O Copies file ownership and ACL information.
/X Copies file audit settings (implies /O).
/Y Suppresses prompting to confirm you want to overwrite an
existing destination file.
/-Y Causes prompting to confirm you want to overwrite an
existing destination file.
/Z Copies networked files in restartable mode.
/B Copies the Symbolic Link itself versus the target of the link

The switch /Y may be preset in the COPYCMD environment variable.
This may be overridden with /-Y on the command line.


Alejandro Mazzitelli | Microsoft Certified Professional |
| www.mazzite.com
Miembro del Grupo Latinoamericano de Usuarios de Exchange | www.msglue.org


"XX" wrote in message
news:
En una red de ordenadores, desde hace años utilizo un bat con el comando
xcopy para hacer copias de los mismos al servidor
Ahora, en las maquinas que tienen vista, el comando no funciona
correctamente, porque no sabe crear las carpetas nuevas
Alguna sugerencia

Gracias de antemano

Albert
Respuesta Responder a este mensaje
#3 XX
10/02/2008 - 16:59 | Informe spam
Si he visto que xcopy se comporta de manera impredecible
He visto (bajado e instalado) el robocopy, probare que tal va
Uf.. más cosas que aprender
Gracias a ambos y saludos

Albert


Alejandro Mazzitelli escribió:
Albert,

el comando sigue estando y si haces xcopy /? para obtener ayuda sale lo
siguiente:

Perdon por ponerlo en ingles...

Fijate la nota que pone Microsoft a la ayuda donde dice NOTE

C:\Users\Alejandro>xcopy /?
Copies files and directory trees.

NOTE: Xcopy is now deprecated, please use Robocopy.

XCOPY source [destination] [/A | /M] [/D[:date]] [/P] [/S [/E]] [/V] [/W]
[/C] [/I] [/Q] [/F] [/L] [/G] [/H] [/R] [/T] [/U]
[/K] [/N] [/O] [/X] [/Y] [/-Y] [/Z] [/B]
[/EXCLUDE:file1[+file2][+file3]...]

source Specifies the file(s) to copy.
destination Specifies the location and/or name of new files.
/A Copies only files with the archive attribute set,
doesn't change the attribute.
/M Copies only files with the archive attribute set,
turns off the archive attribute.
/D:m-d-y Copies files changed on or after the specified date.
If no date is given, copies only those files whose
source time is newer than the destination time.
/EXCLUDE:file1[+file2][+file3]...
Specifies a list of files containing strings. Each string
should be in a separate line in the files. When any of the
strings match any part of the absolute path of the file to be
copied, that file will be excluded from being copied. For
example, specifying a string like \obj\ or .obj will exclude
all files underneath the directory obj or all files with the
.obj extension respectively.
/P Prompts you before creating each destination file.
/S Copies directories and subdirectories except empty ones.
/E Copies directories and subdirectories, including empty ones.
Same as /S /E. May be used to modify /T.
/V Verifies the size of each new file.
/W Prompts you to press a key before copying.
/C Continues copying even if errors occur.
/I If destination does not exist and copying more than one file,
assumes that destination must be a directory.
/Q Does not display file names while copying.
/F Displays full source and destination file names while
copying.
/L Displays files that would be copied.
/G Allows the copying of encrypted files to destination that
does
not support encryption.
/H Copies hidden and system files also.
/R Overwrites read-only files.
/T Creates directory structure, but does not copy files. Does
not
include empty directories or subdirectories. /T /E includes
empty directories and subdirectories.
/U Copies only files that already exist in destination.
/K Copies attributes. Normal Xcopy will reset read-only
attributes.
/N Copies using the generated short names.
/O Copies file ownership and ACL information.
/X Copies file audit settings (implies /O).
/Y Suppresses prompting to confirm you want to overwrite an
existing destination file.
/-Y Causes prompting to confirm you want to overwrite an
existing destination file.
/Z Copies networked files in restartable mode.
/B Copies the Symbolic Link itself versus the target of the link

The switch /Y may be preset in the COPYCMD environment variable.
This may be overridden with /-Y on the command line.


Respuesta Responder a este mensaje
#4 Roberto Di Lello
12/02/2008 - 21:17 | Informe spam
Éste es un mensaje de varias partes en formato MIME.
=_NextPart_000_0110_01C86DA3.7C17A3C0

Albert,

La versión robocopy funciona perfectamente independientemente del sistema operativo que tengas.

Te recomiendo que leas esta nota en donde explico como se utiliza y doy algunos ejemplos de scripts para robocopy.

Migración de datos con ROBOCOPY. http://www.radians.com.ar/blog/?p=60

Saludos.

Roberto Di'Lello | MCSE 2008 / 2003 - MCSA Messaging 2003 - MCTS | | www.radians.com.ar



"XX" escribió en el mensaje de noticias:OqEvb3$
Si he visto que xcopy se comporta de manera impredecible
He visto (bajado e instalado) el robocopy, probare que tal va
Uf.. más cosas que aprender
Gracias a ambos y saludos

Albert


Alejandro Mazzitelli escribió:
Albert,

el comando sigue estando y si haces xcopy /? para obtener ayuda sale lo
siguiente:

Perdon por ponerlo en ingles...

Fijate la nota que pone Microsoft a la ayuda donde dice NOTE

C:\Users\Alejandro>xcopy /?
Copies files and directory trees.

NOTE: Xcopy is now deprecated, please use Robocopy.

XCOPY source [destination] [/A | /M] [/D[:date]] [/P] [/S [/E]] [/V] [/W]
[/C] [/I] [/Q] [/F] [/L] [/G] [/H] [/R] [/T] [/U]
[/K] [/N] [/O] [/X] [/Y] [/-Y] [/Z] [/B]
[/EXCLUDE:file1[+file2][+file3]...]

source Specifies the file(s) to copy.
destination Specifies the location and/or name of new files.
/A Copies only files with the archive attribute set,
doesn't change the attribute.
/M Copies only files with the archive attribute set,
turns off the archive attribute.
/D:m-d-y Copies files changed on or after the specified date.
If no date is given, copies only those files whose
source time is newer than the destination time.
/EXCLUDE:file1[+file2][+file3]...
Specifies a list of files containing strings. Each string
should be in a separate line in the files. When any of the
strings match any part of the absolute path of the file to be
copied, that file will be excluded from being copied. For
example, specifying a string like \obj\ or .obj will exclude
all files underneath the directory obj or all files with the
.obj extension respectively.
/P Prompts you before creating each destination file.
/S Copies directories and subdirectories except empty ones.
/E Copies directories and subdirectories, including empty ones.
Same as /S /E. May be used to modify /T.
/V Verifies the size of each new file.
/W Prompts you to press a key before copying.
/C Continues copying even if errors occur.
/I If destination does not exist and copying more than one file,
assumes that destination must be a directory.
/Q Does not display file names while copying.
/F Displays full source and destination file names while
copying.
/L Displays files that would be copied.
/G Allows the copying of encrypted files to destination that
does
not support encryption.
/H Copies hidden and system files also.
/R Overwrites read-only files.
/T Creates directory structure, but does not copy files. Does
not
include empty directories or subdirectories. /T /E includes
empty directories and subdirectories.
/U Copies only files that already exist in destination.
/K Copies attributes. Normal Xcopy will reset read-only
attributes.
/N Copies using the generated short names.
/O Copies file ownership and ACL information.
/X Copies file audit settings (implies /O).
/Y Suppresses prompting to confirm you want to overwrite an
existing destination file.
/-Y Causes prompting to confirm you want to overwrite an
existing destination file.
/Z Copies networked files in restartable mode.
/B Copies the Symbolic Link itself versus the target of the link

The switch /Y may be preset in the COPYCMD environment variable.
This may be overridden with /-Y on the command line.







=_NextPart_000_0110_01C86DA3.7C17A3C0

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR></HEAD>
<BODY id=MailContainerBody
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-TOP: 15px"
bgColor=#ffffff leftMargin=0 topMargin=0 CanvasTabStop="true"
name="Compose message area">
<P><FONT face="Segoe UI" size=2>Albert, </FONT></P>
<P><FONT face=Arial size=2>La versión robocopy funciona perfectamente
independientemente del sistema operativo que tengas.</FONT></P>
<P><FONT face=Arial size=2>Te recomiendo que leas esta nota en donde explico
como se utiliza y doy algunos ejemplos de scripts para robocopy.</FONT></P>
<P><FONT face=Arial color=#ff9900 size=2><A
title="http://www.radians.com.ar/blog/?p=60&#10;CTRL + clic para seguir el vínculo"
href="http://www.radians.com.ar/blog/?p=60" rel=bookmark>Migración de datos con
ROBOCOPY.</A><FONT color=#000000>&nbsp;<A
title="http://www.radians.com.ar/blog/?p=60&#10;CTRL + clic para seguir el vínculo"
href="http://www.radians.com.ar/blog/?p=60">http://www.radians.com.ar/blog/?p=60</A></FONT></FONT></P>
<P><FONT face=Arial size=2>Saludos.</FONT></P>
<P><B><FONT face="Segoe UI" size=2>--<BR>Roberto Di'Lello | MCSE 2008 / 2003 -
MCSA Messaging 2003 - MCTS | <U><FONT color=#000080><A
href="mailto:"><FONT
color=#000080></FONT></A></FONT></U><FONT
color=#000080> </FONT>| <A href="http://www.radians.com.ar/"><FONT
color=#000080>www.radians.com.ar</FONT></A></FONT></B></P><BR><BR>"XX"
&lt;&gt; escribió en el mensaje de
noticias:OqEvb3$<BR>&gt; Si he visto que xcopy
se comporta de manera impredecible<BR>&gt; He visto (bajado e instalado) el
robocopy, probare que tal va<BR>&gt; Uf.. más cosas que aprender<BR>&gt; Gracias
a ambos y saludos<BR>&gt; <BR>&gt; Albert<BR>&gt; <BR>&gt; <BR>&gt; Alejandro
Mazzitelli escribió:<BR>&gt;&gt; Albert,<BR>&gt;&gt; <BR>&gt;&gt; el comando
sigue estando y si haces xcopy /? para obtener ayuda sale lo <BR>&gt;&gt;
siguiente:<BR>&gt;&gt; <BR>&gt;&gt; Perdon por ponerlo en ingles...<BR>&gt;&gt;
<BR>&gt;&gt; Fijate la nota que pone Microsoft a la ayuda donde dice
NOTE<BR>&gt;&gt; <BR>&gt;&gt; C:\Users\Alejandro&gt;xcopy /?<BR>&gt;&gt; Copies
files and directory trees.<BR>&gt;&gt; <BR>&gt;&gt; NOTE: Xcopy is now
deprecated, please use Robocopy.<BR>&gt;&gt; <BR>&gt;&gt; XCOPY source
[destination] [/A | /M] [/D[:date]] [/P] [/S [/E]] [/V]
[/W]<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[/C] [/I] [/Q] [/F] [/L] [/G] [/H] [/R] [/T]
[/U]<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[/K] [/N] [/O] [/X] [/Y] [/-Y] [/Z]
[/B]<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[/EXCLUDE:file1[+file2][+file3]...]<BR>&gt;&gt; <BR>&gt;&gt;&nbsp;
source&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Specifies the file(s) to
copy.<BR>&gt;&gt;&nbsp; destination&nbsp; Specifies the location and/or name of
new files.<BR>&gt;&gt;&nbsp;
/A&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copies only files
with the archive attribute
set,<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
doesn't change the attribute.<BR>&gt;&gt;&nbsp;
/M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copies only files
with the archive attribute
set,<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
turns off the archive attribute.<BR>&gt;&gt;&nbsp;
/D:m-d-y&nbsp;&nbsp;&nbsp;&nbsp; Copies files changed on or after the specified
date.<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
If no date is given, copies only those files
whose<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
source time is newer than the destination time.<BR>&gt;&gt;&nbsp;
/EXCLUDE:file1[+file2][+file3]...<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Specifies a list of files containing strings.&nbsp; Each
string<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
should be in a separate line in the files.&nbsp; When any of
the<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
strings match any part of the absolute path of the file to
be<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
copied, that file will be excluded from being copied.&nbsp;
For<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
example, specifying a string like \obj\ or .obj will
exclude<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
all files underneath the directory obj or all files with
the<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
.obj extension respectively.<BR>&gt;&gt;&nbsp;
/P&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Prompts you
before creating each destination file.<BR>&gt;&gt;&nbsp;
/S&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copies
directories and subdirectories except empty ones.<BR>&gt;&gt;&nbsp;
/E&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copies
directories and subdirectories, including empty
ones.<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Same as /S /E. May be used to modify /T.<BR>&gt;&gt;&nbsp;
/V&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Verifies the size
of each new file.<BR>&gt;&gt;&nbsp;
/W&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Prompts you to
press a key before copying.<BR>&gt;&gt;&nbsp;
/C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Continues copying
even if errors occur.<BR>&gt;&gt;&nbsp;
/I&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If destination
does not exist and copying more than one
file,<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
assumes that destination must be a directory.<BR>&gt;&gt;&nbsp;
/Q&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Does not display
file names while copying.<BR>&gt;&gt;&nbsp;
/F&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Displays full
source and destination file names while <BR>&gt;&gt; copying.<BR>&gt;&gt;&nbsp;
/L&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Displays files
that would be copied.<BR>&gt;&gt;&nbsp;
/G&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Allows the
copying of encrypted files to destination that <BR>&gt;&gt;
does<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
not support encryption.<BR>&gt;&gt;&nbsp;
/H&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copies hidden and
system files also.<BR>&gt;&gt;&nbsp;
/R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Overwrites
read-only files.<BR>&gt;&gt;&nbsp;
/T&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Creates directory
structure, but does not copy files. Does <BR>&gt;&gt;
not<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
include empty directories or subdirectories. /T /E
includes<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
empty directories and subdirectories.<BR>&gt;&gt;&nbsp;
/U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copies only files
that already exist in destination.<BR>&gt;&gt;&nbsp;
/K&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copies
attributes. Normal Xcopy will reset read-only <BR>&gt;&gt;
attributes.<BR>&gt;&gt;&nbsp;
/N&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copies using the
generated short names.<BR>&gt;&gt;&nbsp;
/O&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copies file
ownership and ACL information.<BR>&gt;&gt;&nbsp;
/X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copies file audit
settings (implies /O).<BR>&gt;&gt;&nbsp;
/Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Suppresses
prompting to confirm you want to overwrite
an<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
existing destination file.<BR>&gt;&gt;&nbsp;
/-Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Causes prompting to
confirm you want to overwrite
an<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
existing destination file.<BR>&gt;&gt;&nbsp;
/Z&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copies networked
files in restartable mode.<BR>&gt;&gt;&nbsp;
/B&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Copies the
Symbolic Link itself versus the target of the link<BR>&gt;&gt; <BR>&gt;&gt; The
switch /Y may be preset in the COPYCMD environment variable.<BR>&gt;&gt; This
may be overridden with /-Y on the command line.<BR>&gt;&gt;
<BR>&gt;&gt;<BR></BODY></HTML>

=_NextPart_000_0110_01C86DA3.7C17A3C0--
email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida