From an earlier post;
you should be able to ammend command to your specific needs.
"Bill Watt" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> My daughter uses Win 2000. I have a batch file I use with Win98 SE
> to backup My Documents from drive 1 to 2 using Xcopy. I have a
> shortcut to it on the Desktop. Works well. I want to make one for
> her Win 2000 machine. I'll need to change it as the Documents are in
> a different folder. Can this be done in Win 2k?
>
> Here's the line:
> Xcopy c:\mydocu~1\*.* F:\Savedocs\ /c /e /h /k /y
>
> I'll take the 3 Xcopy files with me in case Win 2k is lacking it.
>
> Would appreciate any information.
>
> Regards,
>
> Bill Watt
> Win98 Computer Help & Other Information http://home.ptd.net/~bwatt/
>
Your command will work nicely under Win2000. I recommend
you code it like so:
xcopy "%UserProfile%\*.*" F:\Savedocs\ /c /e /h /k /y
or even better:
xcopy "%UserProfile%\My Documents\*.*" F:\Savedocs\ /c /e /h /k /y
I recommend you add the /d switch to avoid copying the same
files time and again, even though they have not changed.
Do NOT import any commands from Win98. At best they
won't work; at worst they behave unpredictably.
"HB" <(E-Mail Removed)> wrote in message
news:B5A19FF5-036C-4B9A-A3D5-(E-Mail Removed)...
> I used to use Norton Ghost to copy all my files. I would like a simpler
> solution.
> I want to copy certain folders and files from my C disk to my E disk. This
> will provide me wioth additional backup.
>
> If it means anything, I use Windows XP Home and my edition is Hebrew
> enabled. I am located in Israel. tahnks for your help