Re: How to copy(not redirect) IE fav to network drive
- From: "Håvard via WinServerKB.com" <u9071@uwe>
- Date: Wed, 10 May 2006 07:51:47 GMT
I am using this cmd file to copy to the network drive:
@echo off
cd /d c:\
cd %userprofile%
xcopy favoritter /h /s /y h:\favoritter
exit
I thought that this script should cover my problem, but I get a syntax error
(in cmd) when I run it
cd /d h:\
copy h:\favoritter /h /s /y %userprofile%\Favoritter
exit
Any clues?
--
Message posted via http://www.winserverkb.com
.
- Follow-Ups:
- Re: How to copy(not redirect) IE fav to network drive
- From: Pegasus \(MVP\)
- Re: How to copy(not redirect) IE fav to network drive
- References:
- How to copy(not redirect) IE fav to network drive
- From: Håvard via WinServerKB.com
- Re: How to copy(not redirect) IE fav to network drive
- From: Pegasus \(MVP\)
- How to copy(not redirect) IE fav to network drive
- Prev by Date: Re: How to copy(not redirect) IE fav to network drive
- Next by Date: Re: How to copy(not redirect) IE fav to network drive
- Previous by thread: Re: How to copy(not redirect) IE fav to network drive
- Next by thread: Re: How to copy(not redirect) IE fav to network drive
- Index(es):
Relevant Pages
|