Home All Groups Group Topic Archive Search About

Overwrite Favorites desktop -> laptop

Author
8 Nov 2006 4:55 PM
Metallo
I have a home newtwork:

1) Desktop (Master) Wired
2) Laptop (Salve) Wireless

I'd like my laptop to overwrite its Favorites with the desktop ones when
shutting down the pc.

I tryed the DOS xcopy function but without success, so far:

1) I shared my desktop Favorites
2) I mapped the shared folder on my laptop assigning the Z:\ letter
3) xcopy Z:\ C:\Documents and Settings\AD\Favorites

Well, when I click the .bat file, nothing happens and I don't know why.

Can you help me finding a proper and clean solution or maybe use another way
to reach the same target?
It looked simple to do, but eventually it is not.

Thank you!
Alex
doria***@gmail.com

--
Alex
doria***@gmail.com

Author
8 Nov 2006 6:54 PM
Doug Sherman [MVP]
First make sure that you can access the files on Z:

Then try:  xcopy /y Z:\*.* C:\Documents and Settings\AD\Favorites

Doug Sherman
MCSE, MCSA, MCP+I, MVP

Show quoteHide quote
"Metallo" <doria***@gmail.com> wrote in message
news:uYftda1AHHA.2328@TK2MSFTNGP02.phx.gbl...
> I have a home newtwork:
>
> 1) Desktop (Master) Wired
> 2) Laptop (Salve) Wireless
>
> I'd like my laptop to overwrite its Favorites with the desktop ones when
> shutting down the pc.
>
> I tryed the DOS xcopy function but without success, so far:
>
> 1) I shared my desktop Favorites
> 2) I mapped the shared folder on my laptop assigning the Z:\ letter
> 3) xcopy Z:\ C:\Documents and Settings\AD\Favorites
>
> Well, when I click the .bat file, nothing happens and I don't know why.
>
> Can you help me finding a proper and clean solution or maybe use another
way
> to reach the same target?
> It looked simple to do, but eventually it is not.
>
> Thank you!
> Alex
> doria***@gmail.com
>
> --
> Alex
> doria***@gmail.com
>
>
Author
8 Nov 2006 7:24 PM
Metallo
Hi Dough,

Yes, I can access Z:\ without any problem.

First I tried your script, but again nothing happened.
Then I tried adding ""

xcopy /y Z:\*.* "C:\Documents and Settings\AD\Favorites"

What it does, it copies only the links under Z:\, for instance, MSN.com,
Radio Station Guide, the default ones. It does not copy any subfolder.

Any idea why?

Thank you

--
Alex
doria***@gmail.com
Show quoteHide quote
"Doug Sherman [MVP]" <nodspamherman@notampabayspamforme.rr.com> wrote in
message news:uwLIJe2AHHA.4060@TK2MSFTNGP03.phx.gbl...
> First make sure that you can access the files on Z:
>
> Then try:  xcopy /y Z:\*.* C:\Documents and Settings\AD\Favorites
>
> Doug Sherman
> MCSE, MCSA, MCP+I, MVP
>
> "Metallo" <doria***@gmail.com> wrote in message
> news:uYftda1AHHA.2328@TK2MSFTNGP02.phx.gbl...
>> I have a home newtwork:
>>
>> 1) Desktop (Master) Wired
>> 2) Laptop (Salve) Wireless
>>
>> I'd like my laptop to overwrite its Favorites with the desktop ones when
>> shutting down the pc.
>>
>> I tryed the DOS xcopy function but without success, so far:
>>
>> 1) I shared my desktop Favorites
>> 2) I mapped the shared folder on my laptop assigning the Z:\ letter
>> 3) xcopy Z:\ C:\Documents and Settings\AD\Favorites
>>
>> Well, when I click the .bat file, nothing happens and I don't know why.
>>
>> Can you help me finding a proper and clean solution or maybe use another
> way
>> to reach the same target?
>> It looked simple to do, but eventually it is not.
>>
>> Thank you!
>> Alex
>> doria***@gmail.com
>>
>> --
>> Alex
>> doria***@gmail.com
>>
>>
>
>
Author
9 Nov 2006 7:40 AM
Metallo
Can anybody help?

Thank you

--
Alex
doria***@gmail.com
Show quoteHide quote
"Metallo" <doria***@gmail.com> wrote in message
news:esMizt2AHHA.1196@TK2MSFTNGP02.phx.gbl...
> Hi Dough,
>
> Yes, I can access Z:\ without any problem.
>
> First I tried your script, but again nothing happened.
> Then I tried adding ""
>
> xcopy /y Z:\*.* "C:\Documents and Settings\AD\Favorites"
>
> What it does, it copies only the links under Z:\, for instance, MSN.com,
> Radio Station Guide, the default ones. It does not copy any subfolder.
>
> Any idea why?
>
> Thank you
>
> --
> Alex
> doria***@gmail.com
> "Doug Sherman [MVP]" <nodspamherman@notampabayspamforme.rr.com> wrote in
> message news:uwLIJe2AHHA.4060@TK2MSFTNGP03.phx.gbl...
>> First make sure that you can access the files on Z:
>>
>> Then try:  xcopy /y Z:\*.* C:\Documents and Settings\AD\Favorites
>>
>> Doug Sherman
>> MCSE, MCSA, MCP+I, MVP
>>
>> "Metallo" <doria***@gmail.com> wrote in message
>> news:uYftda1AHHA.2328@TK2MSFTNGP02.phx.gbl...
>>> I have a home newtwork:
>>>
>>> 1) Desktop (Master) Wired
>>> 2) Laptop (Salve) Wireless
>>>
>>> I'd like my laptop to overwrite its Favorites with the desktop ones when
>>> shutting down the pc.
>>>
>>> I tryed the DOS xcopy function but without success, so far:
>>>
>>> 1) I shared my desktop Favorites
>>> 2) I mapped the shared folder on my laptop assigning the Z:\ letter
>>> 3) xcopy Z:\ C:\Documents and Settings\AD\Favorites
>>>
>>> Well, when I click the .bat file, nothing happens and I don't know why.
>>>
>>> Can you help me finding a proper and clean solution or maybe use another
>> way
>>> to reach the same target?
>>> It looked simple to do, but eventually it is not.
>>>
>>> Thank you!
>>> Alex
>>> doria***@gmail.com
>>>
>>> --
>>> Alex
>>> doria***@gmail.com
>>>
>>>
>>
>>
>
>
Author
9 Nov 2006 2:54 PM
Chuck
Show quote Hide quote
On Thu, 9 Nov 2006 08:40:30 +0100, "Metallo" <doria***@gmail.com> wrote:

>doria***@gmail.com
>"Metallo" <doria***@gmail.com> wrote in message
>news:esMizt2AHHA.1196@TK2MSFTNGP02.phx.gbl...
>> Hi Dough,
>>
>> Yes, I can access Z:\ without any problem.
>>
>> First I tried your script, but again nothing happened.
>> Then I tried adding ""
>>
>> xcopy /y Z:\*.* "C:\Documents and Settings\AD\Favorites"
>>
>> What it does, it copies only the links under Z:\, for instance, MSN.com,
>> Radio Station Guide, the default ones. It does not copy any subfolder.
>>
>> Any idea why?
>>
>> Thank you
>>
>> --
>> Alex
>> doria***@gmail.com
>> "Doug Sherman [MVP]" <nodspamherman@notampabayspamforme.rr.com> wrote in
>> message news:uwLIJe2AHHA.4060@TK2MSFTNGP03.phx.gbl...
>>> First make sure that you can access the files on Z:
>>>
>>> Then try:  xcopy /y Z:\*.* C:\Documents and Settings\AD\Favorites
>>>
>>> Doug Sherman
>>> MCSE, MCSA, MCP+I, MVP
>>>
>>> "Metallo" <doria***@gmail.com> wrote in message
>>> news:uYftda1AHHA.2328@TK2MSFTNGP02.phx.gbl...
>>>> I have a home newtwork:
>>>>
>>>> 1) Desktop (Master) Wired
>>>> 2) Laptop (Salve) Wireless
>>>>
>>>> I'd like my laptop to overwrite its Favorites with the desktop ones when
>>>> shutting down the pc.
>>>>
>>>> I tryed the DOS xcopy function but without success, so far:
>>>>
>>>> 1) I shared my desktop Favorites
>>>> 2) I mapped the shared folder on my laptop assigning the Z:\ letter
>>>> 3) xcopy Z:\ C:\Documents and Settings\AD\Favorites
>>>>
>>>> Well, when I click the .bat file, nothing happens and I don't know why.
>>>>
>>>> Can you help me finding a proper and clean solution or maybe use another
>>> way
>>>> to reach the same target?
>>>> It looked simple to do, but eventually it is not.

>Can anybody help?
>
>Thank you

Alex,

Try adding "/s".
xcopy /s /y Z:\*.* C:\Documents and Settings\AD\Favorites

--
Cheers,
Chuck, MS-MVP [Windows - Networking]
http://nitecruzr.blogspot.com/
Paranoia is not a problem, when it's a normal response from experience.
My        email         is          AT         DOT
   actual       address    pchuck       mvps        org.
Author
10 Nov 2006 11:11 AM
Metallo
Unfortunatly, it doesn't work either :(

I'm afraid I will have to look for alternative programs.

Thanks for your help

Alex

--
Alex
doria***@gmail.com
Show quoteHide quote
"Chuck" <n***@example.net> wrote in message
news:rjf6l2pqr1f6tr707c59mdhs8ihapfuqdt@4ax.com...
> On Thu, 9 Nov 2006 08:40:30 +0100, "Metallo" <doria***@gmail.com> wrote:
>
>>doria***@gmail.com
>>"Metallo" <doria***@gmail.com> wrote in message
>>news:esMizt2AHHA.1196@TK2MSFTNGP02.phx.gbl...
>>> Hi Dough,
>>>
>>> Yes, I can access Z:\ without any problem.
>>>
>>> First I tried your script, but again nothing happened.
>>> Then I tried adding ""
>>>
>>> xcopy /y Z:\*.* "C:\Documents and Settings\AD\Favorites"
>>>
>>> What it does, it copies only the links under Z:\, for instance, MSN.com,
>>> Radio Station Guide, the default ones. It does not copy any subfolder.
>>>
>>> Any idea why?
>>>
>>> Thank you
>>>
>>> --
>>> Alex
>>> doria***@gmail.com
>>> "Doug Sherman [MVP]" <nodspamherman@notampabayspamforme.rr.com> wrote in
>>> message news:uwLIJe2AHHA.4060@TK2MSFTNGP03.phx.gbl...
>>>> First make sure that you can access the files on Z:
>>>>
>>>> Then try:  xcopy /y Z:\*.* C:\Documents and Settings\AD\Favorites
>>>>
>>>> Doug Sherman
>>>> MCSE, MCSA, MCP+I, MVP
>>>>
>>>> "Metallo" <doria***@gmail.com> wrote in message
>>>> news:uYftda1AHHA.2328@TK2MSFTNGP02.phx.gbl...
>>>>> I have a home newtwork:
>>>>>
>>>>> 1) Desktop (Master) Wired
>>>>> 2) Laptop (Salve) Wireless
>>>>>
>>>>> I'd like my laptop to overwrite its Favorites with the desktop ones
>>>>> when
>>>>> shutting down the pc.
>>>>>
>>>>> I tryed the DOS xcopy function but without success, so far:
>>>>>
>>>>> 1) I shared my desktop Favorites
>>>>> 2) I mapped the shared folder on my laptop assigning the Z:\ letter
>>>>> 3) xcopy Z:\ C:\Documents and Settings\AD\Favorites
>>>>>
>>>>> Well, when I click the .bat file, nothing happens and I don't know
>>>>> why.
>>>>>
>>>>> Can you help me finding a proper and clean solution or maybe use
>>>>> another
>>>> way
>>>>> to reach the same target?
>>>>> It looked simple to do, but eventually it is not.
>
>>Can anybody help?
>>
>>Thank you
>
> Alex,
>
> Try adding "/s".
> xcopy /s /y Z:\*.* C:\Documents and Settings\AD\Favorites
>
> --
> Cheers,
> Chuck, MS-MVP [Windows - Networking]
> http://nitecruzr.blogspot.com/
> Paranoia is not a problem, when it's a normal response from experience.
> My        email         is          AT         DOT
>   actual       address    pchuck       mvps        org.