PDA

View Full Version : Copying from A to C drive


Alan
December 5th 03, 10:08 PM
Have 5 3.5 floppy's with letters on them that I would
like to load on to my hard drive. How do I copy all files
on a single floppy to C drive without having to copy them
one at a time.

J.C. Hornbeck [MSFT]
December 5th 03, 10:08 PM
Hi Alan,
To copy the contents of a floppy disk in drive A: to a folder on your C:
drive run this command from a CMD prompt on the Windows XP computer:

"XCOPY A:\*.* C:\<folder>"

where folder is the name of the folder you want to copy the files to. Just
be sure you don't include the quotes.

J.C. Hornbeck

This posting is provided "AS IS" with no warranties, and confers no rights.

"Alan" > wrote in message
...
> Have 5 3.5 floppy's with letters on them that I would
> like to load on to my hard drive. How do I copy all files
> on a single floppy to C drive without having to copy them
> one at a time.

Binyamin Dissen
December 5th 03, 10:08 PM
On Tue, 9 Sep 2003 14:12:39 -0700 "Alan" > wrote:

:>Have 5 3.5 floppy's with letters on them that I would
:>like to load on to my hard drive. How do I copy all files
:>on a single floppy to C drive without having to copy them
:>one at a time.

XCOPY A:\*.* C:\whereever /S

--
Binyamin Dissen >
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel

Norm
December 5th 03, 10:08 PM
Alan, go to Windows Explorer and click on the A drive. The files will show
up in the right pane, click edit, select all and then click edit and then
copy. Click on the folder on your C drive that you want to put them in,
then click edit and then paste.
"Alan" > wrote in message
...
> Have 5 3.5 floppy's with letters on them that I would
> like to load on to my hard drive. How do I copy all files
> on a single floppy to C drive without having to copy them
> one at a time.
>

Papa
December 5th 03, 10:10 PM
Will XCOPY retain long file names? Why not just SELECT ALL files in the
floppy, then drag them to the desired C-drive folder?

"J.C. Hornbeck [MSFT]" > wrote in message
...
> Hi Alan,
> To copy the contents of a floppy disk in drive A: to a folder on your C:
> drive run this command from a CMD prompt on the Windows XP computer:
>
> "XCOPY A:\*.* C:\<folder>"
>
> where folder is the name of the folder you want to copy the files to.
Just
> be sure you don't include the quotes.
>
> J.C. Hornbeck
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> "Alan" > wrote in message
> ...
> > Have 5 3.5 floppy's with letters on them that I would
> > like to load on to my hard drive. How do I copy all files
> > on a single floppy to C drive without having to copy them
> > one at a time.
>
>

bob
February 7th 04, 01:21 AM
You should be able to put the disk in, go to Start - My Computer - (A:) , when it shows the disk contents, click on the top file, hold shift while clicking the bottom file. This should select all the files. Click "Folders" on toolbar and a window on left
should appear. Click the "+" to the left of (C:) and it will show what is in your C: Drive. Drag the files to where you want them to go. Done!

Google