ECN Electrical Forum - Discussion Forums for Electricians, Inspectors and Related Professionals
ECN Shout Chat
ShoutChat
Recent Posts
Increasing demand factors in residential
by gfretwell - 03/28/24 12:43 AM
Portable generator question
by Steve Miller - 03/19/24 08:50 PM
Do we need grounding?
by NORCAL - 03/19/24 05:11 PM
240V only in a home and NEC?
by dsk - 03/19/24 06:33 AM
Cordless Tools: The Obvious Question
by renosteinke - 03/14/24 08:05 PM
New in the Gallery:
This is a new one
This is a new one
by timmp, September 24
Few pics I found
Few pics I found
by timmp, August 15
Who's Online Now
1 members (Scott35), 260 guests, and 18 robots.
Key: Admin, Global Mod, Mod
Previous Thread
Next Thread
Print Thread
Rate Thread
#131992 01/06/05 05:19 PM
A
Anonymous
Unregistered
I know you computer folks will snicker at my dumb question but here goes.

I have 2 hard drives in my PC (C and D)
I closed out my books and files for 2004 on drive C and would like to copy all of the files to drive D as a backup. Trouble is I can not figure out how to do that.

Can any one point me in the right direction? Any thoughts would be greatly appreciated!

#131993 01/06/05 05:35 PM
Joined: Aug 2001
Posts: 7,520
P
Member
From Windows:

1. Open a window showing the root of drive C:
2. Open a second window on the desktop showing the root of drive D:
3. Make sure that the drive C: window is active, and hit Ctrl-A to mark all files and subdirectories (or be more selective by holding down Ctrl and clicking each entry you want to copy).
4. Right-click the mouse, and select Copy.
5. Move over to the window showing D: and click to make it active.
6. Right-click on the D: window and select Paste.

From the DOS prompt:
To copy the entire contents of C: to D:, issue the command

XCOPY C:\*.* D:\ /S

You can be more selective with filenames if you wish. The /S switch means to include all subdirectories.

Other options are available, depending upon the version. Enter the command XCOPY /? to see a help list.

#131994 01/06/05 06:10 PM
A
Anonymous
Unregistered
Thanks very much Paul. However, ya gotta understand my level of ignorance. How do I do items one and two in your description.
Thanks

#131995 01/07/05 06:13 PM
Joined: Aug 2001
Posts: 7,520
P
Member
Quote
How do I do items one and two
From the Windows desktop, double-click "My computer." Among the icons which are then displayed you should see one for each of your disk drives (floppy drive A, hard disk C, etc.)

Double-click the appropriate drive and you should get a window showing the contents of that disk.


[This message has been edited by pauluk (edited 01-07-2005).]

#131996 01/07/05 07:00 PM
A
Anonymous
Unregistered
Thanks Paul, I was stuck on having two windows open. I just minimized one and all went well...Doh!

Thanks again, Kent

#131997 01/08/05 06:33 PM
Joined: Aug 2001
Posts: 7,520
P
Member
You're welcome!

Just in case you hadn't realized, you can actually resize a window by moving the cursor onto any one of the four edges (the cursor will change shape), then holding the left mouse button down while you expand or shrink the window. If you click-&-hold on the title bar of the window, you can drag it to any position on the screen.

By sizing and positioning two windows that way you can get them both on screen simultaneously without overlap -- Handy if you want to use "drag & drop" to move files from one to the other rather than copy.

Personally, I just drop to DOS for file operations like that as I find it much easier and quicker, but that's just what I grew up with I guess. [Linked Image]

#131998 01/11/05 05:36 AM
Joined: Oct 2000
Posts: 2,723
Likes: 1
Broom Pusher and
Member
Paul,

Good job on the explanation(s) for file archiving tasks!!! [Linked Image] [Linked Image]

Scott35


Scott " 35 " Thompson
Just Say NO To Green Eggs And Ham!
#131999 01/12/05 02:22 PM
Joined: Jul 2004
Posts: 9,923
Likes: 32
G
Member
BTW if you are really trying to clone a drive with DOS use
XCOPY C: D: /s/h/e/r/c
Those switches say
/s copy subdirectories
/h copy hidden files
/e copy empty directories
/r copy read only files
/c continue after errors (important since the swap file will fail every time)

BTW there is a possibility of problems with short file names but I have done this many times without a glitch.
There are also many cloning software programs and one is usually bundled in the disk that comes with a new drive.


Greg Fretwell

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5