This is a multi-part message in MIME format.

------=_NextPart_000_000A_01C47E67.CC3A7190
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

i want to use this command to automate copying my Favorites from one =
computer to another.
XCOPY "\\computer1\c$\Documents and Settings\user1\Favorites" =
"c:\Documents and Settings\user\Favorites" /E /H /I /Q

What switch tells the batch file to automatically respond with "A" for =
ALL for accepting the Overwrite request?


*paul*
------=_NextPart_000_000A_01C47E67.CC3A7190
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1458" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>i want to use this command to automate =
copying my=20
Favorites from one computer to another.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>XCOPY "<A=20
href=3D"file://\\computer1\c$\Documents">\\computer1\c$\Documents</A> =
and=20
Settings\user1\Favorites" "c:\Documents and Settings\user\Favorites" /E =
/H /I=20
/Q</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>What switch tells the batch file to =
automatically=20
respond with "A" for ALL for accepting the Overwrite =
request?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>*paul*</FONT></DIV></BODY></HTML>

------=_NextPart_000_000A_01C47E67.CC3A7190--

Re: Help with XCOPY script by Peter

Peter
Tue Aug 10 02:02:35 CDT 2004

This is a multi-part message in MIME format.

------=_NextPart_000_036C_01C47EFB.D5AAAD00
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi Paul

/Y should do the trick :-)
"pheidippides" <paul@seismicom.net> wrote in message =
news:%23JcesJqfEHA.3732@TK2MSFTNGP11.phx.gbl...
i want to use this command to automate copying my Favorites from one =
computer to another.
XCOPY "\\computer1\c$\Documents and Settings\user1\Favorites" =
"c:\Documents and Settings\user\Favorites" /E /H /I /Q

What switch tells the batch file to automatically respond with "A" for =
ALL for accepting the Overwrite request?


*paul*
------=_NextPart_000_036C_01C47EFB.D5AAAD00
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1458" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi Paul</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>/Y should do the trick :-)</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"pheidippides" &lt;<A=20
href=3D"mailto:paul@seismicom.net">paul@seismicom.net</A>&gt; wrote in =
message=20
<A=20
=
href=3D"news:%23JcesJqfEHA.3732@TK2MSFTNGP11.phx.gbl">news:%23JcesJqfEHA.=
3732@TK2MSFTNGP11.phx.gbl</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>i want to use this command to =
automate copying my=20
Favorites from one computer to another.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>XCOPY "<A=20
href=3D"file://\\computer1\c$\Documents">\\computer1\c$\Documents</A> =
and=20
Settings\user1\Favorites" "c:\Documents and Settings\user\Favorites" =
/E /H /I=20
/Q</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>What switch tells the batch file to =
automatically=20
respond with "A" for ALL for accepting the Overwrite =
request?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial =
size=3D2>*paul*</FONT></DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_036C_01C47EFB.D5AAAD00--


Re: Help with XCOPY script by pheidippides

pheidippides
Tue Aug 10 14:51:16 CDT 2004

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C47ED8.B9C66840
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I'll try it, thanks Peter...
"Peter" <nospamhere@mailing.com> wrote in message =
news:O89hjfqfEHA.3700@TK2MSFTNGP12.phx.gbl...
Hi Paul

/Y should do the trick :-)
"pheidippides" <paul@seismicom.net> wrote in message =
news:%23JcesJqfEHA.3732@TK2MSFTNGP11.phx.gbl...
i want to use this command to automate copying my Favorites from one =
computer to another.
XCOPY "\\computer1\c$\Documents and Settings\user1\Favorites" =
"c:\Documents and Settings\user\Favorites" /E /H /I /Q

What switch tells the batch file to automatically respond with "A" =
for ALL for accepting the Overwrite request?


*paul*
------=_NextPart_000_0008_01C47ED8.B9C66840
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1458" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I'll try it, thanks =
Peter...</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Peter" &lt;<A=20
href=3D"mailto:nospamhere@mailing.com">nospamhere@mailing.com</A>&gt; =
wrote in=20
message <A=20
=
href=3D"news:O89hjfqfEHA.3700@TK2MSFTNGP12.phx.gbl">news:O89hjfqfEHA.3700=
@TK2MSFTNGP12.phx.gbl</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>Hi Paul</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>/Y should do the trick =
:-)</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"pheidippides" &lt;<A=20
href=3D"mailto:paul@seismicom.net">paul@seismicom.net</A>&gt; wrote =
in message=20
<A=20
=
href=3D"news:%23JcesJqfEHA.3732@TK2MSFTNGP11.phx.gbl">news:%23JcesJqfEHA.=
3732@TK2MSFTNGP11.phx.gbl</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>i want to use this command to =
automate copying=20
my Favorites from one computer to another.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>XCOPY "<A=20
=
href=3D"file://\\computer1\c$\Documents">\\computer1\c$\Documents</A> =
and=20
Settings\user1\Favorites" "c:\Documents and Settings\user\Favorites" =
/E /H=20
/I /Q</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>What switch tells the batch file to =

automatically respond with "A" for ALL for accepting the Overwrite=20
request?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial=20
size=3D2>*paul*</FONT></DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0008_01C47ED8.B9C66840--