PC Review


Reply
Thread Tools Rate Thread

Copy folder from c hard disk to e hard disk

 
 
=?Utf-8?B?SEI=?=
Guest
Posts: n/a
 
      16th Apr 2006
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
 
Reply With Quote
 
 
 
 
DL
Guest
Posts: n/a
 
      16th Apr 2006
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



 
Reply With Quote
 
 
 
 
=?Utf-8?B?SEI=?=
Guest
Posts: n/a
 
      16th Apr 2006
May I add that I would like this function added to scheduled tasks

"HB" wrote:

> 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

 
Reply With Quote
 
q_q_anonymous@yahoo.co.uk
Guest
Posts: n/a
 
      16th Apr 2006

HB wrote:
> 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


are you sure that norton ghost copies files. I think it only clones and
restores partitions.

the obvious thing is copy and paste. You haven't stated why you don't
use that. I guess it's 'cos it asks questions during. Not sure how to
turn that off.

YCOPY is some nice software that doesn't prompt. though it's a bit
slow.

You coudl use the command prompt, xcopy, as suggested.

You mentioned scheduled tasks. Don't necessarily expect that to do the
whole backup. It starts a program with certain parameters. If you use
xcopy, you could give parametrs to get it going automatically. If using
YCOPY(A GUI program) you might not be able to.

"creating a scheduled task" is "creating a scheduled task" don't be too
optimistic to think that it's necessarily scheduling a task. Though
with xcopy it should do 'cos xcopy takes parameters that do the task
you want.

So, use an xcopy command that works well for you, the right switches,
as suggested. Then make a scheduled task launching CMD.EXE with those
parameters. e.g.
c:\windows\system32\cmd.exe /k xcopy .........................
or
c:\windows\system32\cmd.exe /c xcopy ................


cmd /k would prob be more suitable, /k makes it keep the cmd prompt
open afterwards, so you can see the progress. If you do /c it will
close the command prompt after the command finishes, or even earlier,
e.g. cmd /c dir /p will close the command prompt after one screenful of
information.

I suppose the inbuilt win commands work for diff languages (I don't
know if the filenames contain non ascii eg hebrew or japanese
characters). If they do, I don't know whether ycopy will deal with
that. But, if those characters are only in the contents of the files,
then it'd be certanly be no problem for ycopy. I'm sure that either
way xcopy will be able to deal with it 'cos it's inbuilt.

 
Reply With Quote
 
John A
Guest
Posts: n/a
 
      16th Apr 2006
I use HandyBackup which can backup or synchronise folders and be
scheduled to run automatically
www.handybackup.net

John Allen
On Sat, 15 Apr 2006 23:53:02 -0700, HB <(E-Mail Removed)>
wrote:

>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


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying CD files to folder, then copy folder to another hard drive, explorer hangs zoner@cox.nospam.net Windows Vista File Management 1 31st Mar 2007 06:07 PM
System Disk (C) changes from disk 0 to disk 1 in Disk Management =?Utf-8?B?QmlsbCBBcnRtYW4=?= Windows XP General 3 23rd Dec 2006 03:10 AM
Making a second hard disk the main system disk and boot disk. =?Utf-8?B?U3R1bXBlZDY2YmM=?= Windows XP Basics 2 13th Dec 2006 10:45 PM
Hard Disk recognised in BIOS but not in XP disk manager after disk failure. Al Truscott Windows XP Hardware 5 29th Nov 2004 08:08 AM
quick formatted hard disk 1 and now I can't access hard disk 3 =?Utf-8?B?SmFuaWNl?= Windows XP Help 1 28th Oct 2004 12:11 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:13 PM.