Using XCOPY

G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

In using XCOPY C:\a\b\c\d..... etcetera etcetera .....
is there a limit as to how many subfolders deep
it can work? For example, to be specific,
Will it object to

XCOPY C:\temp\temp1\temp2\temp3\temp4\temp5\temp6\temp7\temp8 D:\

Thanks....
--
William B. Lurie
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

"William B. Lurie" <billurie@nospam.org> wrote in message
news:##CXQ79yEHA.1264@TK2MSFTNGP12.phx.gbl...
> In using XCOPY C:\a\b\c\d..... etcetera etcetera .....
> is there a limit as to how many subfolders deep
> it can work? For example, to be specific,
> Will it object to
>
> XCOPY C:\temp\temp1\temp2\temp3\temp4\temp5\temp6\temp7\temp8 D:\
>
> Thanks....
> --
> William B. Lurie

What prevents you from trying it to see what happens?
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

William B. Lurie wrote:

> In using XCOPY C:\a\b\c\d..... etcetera etcetera .....
> is there a limit as to how many subfolders deep
> it can work? For example, to be specific,
> Will it object to
>
> XCOPY C:\temp\temp1\temp2\temp3\temp4\temp5\temp6\temp7\temp8 D:\
>
> Thanks....

I think total string length must be less than 127 bytes.
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

Rick Merrill wrote:
> William B. Lurie wrote:
>
>> In using XCOPY C:\a\b\c\d..... etcetera etcetera .....
>> is there a limit as to how many subfolders deep
>> it can work? For example, to be specific,
>> Will it object to
>>
>> XCOPY C:\temp\temp1\temp2\temp3\temp4\temp5\temp6\temp7\temp8 D:\
>>
>> Thanks....
>
>
> I think total string length must be less than 127 bytes.
Thank you, Rick. I'll ask in a Microsoft group as to
detailed instructions. I didn't see it in the explanation
of the /modifiers.

--
William B. Lurie
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

"William B. Lurie" <billurie@nospam.org> wrote in message
news:#wPFEN#yEHA.2788@TK2MSFTNGP15.phx.gbl...
> Rick Merrill wrote:
> > William B. Lurie wrote:
> >
> >> In using XCOPY C:\a\b\c\d..... etcetera etcetera .....
> >> is there a limit as to how many subfolders deep
> >> it can work? For example, to be specific,
> >> Will it object to
> >>
> >> XCOPY C:\temp\temp1\temp2\temp3\temp4\temp5\temp6\temp7\temp8 D:\
> >>
> >> Thanks....
> >
> >
> > I think total string length must be less than 127 bytes.
> Thank you, Rick. I'll ask in a Microsoft group as to
> detailed instructions. I didn't see it in the explanation
> of the /modifiers.
>
> --
> William B. Lurie

The command line string may include up to 8191 characters in XP--see the
following KB article:

http://support.microsoft.com/default.aspx?scid=kb;en-us;830473
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

William

Take a look at this page.. it shows which switch is used to copy
subfolders..

http://support.microsoft.com/?kbid=289483

Mike


"William B. Lurie" <billurie@nospam.org> wrote in message
news:%23%23CXQ79yEHA.1264@TK2MSFTNGP12.phx.gbl...
> In using XCOPY C:\a\b\c\d..... etcetera etcetera .....
> is there a limit as to how many subfolders deep
> it can work? For example, to be specific,
> Will it object to
>
> XCOPY C:\temp\temp1\temp2\temp3\temp4\temp5\temp6\temp7\temp8 D:\
>
> Thanks....
> --
> William B. Lurie
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

Mike Hall wrote:
> William
>
> Take a look at this page.. it shows which switch is used to copy
> subfolders..
>
> http://support.microsoft.com/?kbid=289483
>
> Mike

A better source is the XP Help and Support. There have been a few changes
with the XP command line. Just type xcopy in H&S.
--
Ronnie Vernon
Microsoft MVP
Windows Shell/User
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

Raymond J. Johnson Jr. wrote:
> "William B. Lurie" <billurie@nospam.org> wrote in message
> news:#wPFEN#yEHA.2788@TK2MSFTNGP15.phx.gbl...
>
>>Rick Merrill wrote:
>>
>>>William B. Lurie wrote:
>>>
>>>
>>>>In using XCOPY C:\a\b\c\d..... etcetera etcetera .....
>>>>is there a limit as to how many subfolders deep
>>>>it can work? For example, to be specific,
>>>>Will it object to
>>>>
>>>>XCOPY C:\temp\temp1\temp2\temp3\temp4\temp5\temp6\temp7\temp8 D:\
>>>>
>>>>Thanks....
>>>
>>>
>>>I think total string length must be less than 127 bytes.
>>
>>Thank you, Rick. I'll ask in a Microsoft group as to
>>detailed instructions. I didn't see it in the explanation
>>of the /modifiers.
>>
>>--
>> William B. Lurie
>
>
> The command line string may include up to 8191 characters in XP--see the
> following KB article:
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;830473
>
>
Thank you, Ray and Mike for the referrals.
I needed that assurance, although making it function
is still up to the actual operator....

--
William B. Lurie
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

Will remember that.. ty


"Ronnie Vernon MVP" <ronv@mvps.org> wrote in message
news:eT1Q1mAzEHA.352@TK2MSFTNGP14.phx.gbl...
> Mike Hall wrote:
>> William
>>
>> Take a look at this page.. it shows which switch is used to copy
>> subfolders..
>>
>> http://support.microsoft.com/?kbid=289483
>>
>> Mike
>
> A better source is the XP Help and Support. There have been a few changes
> with the XP command line. Just type xcopy in H&S.
> --
> Ronnie Vernon
> Microsoft MVP
> Windows Shell/User
>
>
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

Here you go again wasting bandwidth. Lets look at your decietful behaviour.

1. You give a false example.

2. You aren't mentioning you are looking at XCopy because you are too stupid to back up mail files. You can't be helped on your mail files because you are too stupid to say what you are doing. You prefer to start pointless threads as there is no information only idiots answer (re several idiots talking about SP2 as if it matters and third party burning when itr's OPERATOR ERROR AND STUPIDITY.

--
----------------------------------------------------------
http://www.uscricket.com
"William B. Lurie" <billurie@nospam.org> wrote in message news:e99fxE$yEHA.908@TK2MSFTNGP11.phx.gbl...
> Raymond J. Johnson Jr. wrote:
>> "William B. Lurie" <billurie@nospam.org> wrote in message
>> news:#wPFEN#yEHA.2788@TK2MSFTNGP15.phx.gbl...
>>
>>>Rick Merrill wrote:
>>>
>>>>William B. Lurie wrote:
>>>>
>>>>
>>>>>In using XCOPY C:\a\b\c\d..... etcetera etcetera .....
>>>>>is there a limit as to how many subfolders deep
>>>>>it can work? For example, to be specific,
>>>>>Will it object to
>>>>>
>>>>>XCOPY C:\temp\temp1\temp2\temp3\temp4\temp5\temp6\temp7\temp8 D:\
>>>>>
>>>>>Thanks....
>>>>
>>>>
>>>>I think total string length must be less than 127 bytes.
>>>
>>>Thank you, Rick. I'll ask in a Microsoft group as to
>>>detailed instructions. I didn't see it in the explanation
>>>of the /modifiers.
>>>
>>>--
>>> William B. Lurie
>>
>>
>> The command line string may include up to 8191 characters in XP--see the
>> following KB article:
>>
>> http://support.microsoft.com/default.aspx?scid=kb;en-us;830473
>>
>>
> Thank you, Ray and Mike for the referrals.
> I needed that assurance, although making it function
> is still up to the actual operator....
>
> --
> William B. Lurie
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

David Candy wrote:
> Here you go again wasting bandwidth. Lets look at your decietful behaviour.
>
> 1. You give a false example.
>
> 2. You aren't mentioning you are looking at XCopy because you are too stupid to back up mail files. You can't be helped on your mail files because you are too stupid to say what you are doing. You prefer to start pointless threads as there is no information only idiots answer (re several idiots talking about SP2 as if it matters and third party burning when itr's OPERATOR ERROR AND STUPIDITY.
>
Last message...honest:

My credentials are that I had an I.Q. of 189 in the days
when those tests meant anything, and graduated from
Yale when I was 18...... I'll match my stupidity aginst
yours, sight unseen, David. Try being helpful instead
of snotty.

--
William B. Lurie
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

"William B. Lurie" <billurie@nospam.org> wrote in message
news:#5pYzfBzEHA.2200@TK2MSFTNGP09.phx.gbl...
> David Candy wrote:
> > Here you go again wasting bandwidth. Lets look at your decietful
behaviour.
> >
> > 1. You give a false example.
> >
> > 2. You aren't mentioning you are looking at XCopy because you are too
stupid to back up mail files. You can't be helped on your mail files because
you are too stupid to say what you are doing. You prefer to start pointless
threads as there is no information only idiots answer (re several idiots
talking about SP2 as if it matters and third party burning when itr's
OPERATOR ERROR AND STUPIDITY.
> >
> Last message...honest:
>
> My credentials are that I had an I.Q. of 189 in the days
> when those tests meant anything, and graduated from
> Yale when I was 18...... I'll match my stupidity aginst
> yours, sight unseen, David. Try being helpful instead
> of snotty.
>
> --
> William B. Lurie

Not that I necessarily want to get in the middle of anything here, but I
have a relative who graduated from law school while still in his teens, was
a college president in his early twenties, and was dead from an overdose of
an opiate before he was thirty. Our current president is also a Yale grad,
so that doesn't seem to be much of a recommendation either.