Computer Hope

Other Pages

Home
Site map
Computer help

Dictionary
News
Q&A
What's new

Tools

E-mail this page
Print Preview
Edit this page




Reference number: CH000823

How do I copy information to and from a floppy diskette or CD?

Question:

How do I copy information to and from a floppy diskette or CD?

Answer:

Tip: Before reading or following any of the below steps it's also a good idea to familiarize yourself with the basic steps for copying files. If you have not already read document CH000766, we highly recommend you take a few minutes to read through it first.

Copying information from a floppy diskette
Copying information to a floppy diskette
Copying information from a CD
Copying information to a CD
Copying information from a floppy to a CD

Copying information from a floppy diskette

Microsoft Windows users

Microsoft Windows users can copy information from a floppy diskette by following the below steps.

  1. Insert the diskette that contains the information you wish to copy.
  2. Open My Computer
  3. In My Computer, double-click the 3 Floppy (A:) icon.
  4. If the computer is able to read the floppy diskette, you should be able to see each of the files stored on the floppy diskette. Highlight each of the files you wish to copy or click Edit and choose Select All to select all files on the floppy diskette.
  5. Once the file(s) have been selected, click Edit and then Copy.
  6. Finally, move to the location of where you wish to copy the files. Once in the folder you wish to copy the files to, click Edit and select Paste.

MS-DOS users

If you're in a MS-DOS prompt, to copy files from the floppy diskette to another location, follow either of the below steps.

  1. Insert the diskette that contains the information you wish to copy.
  2. Change the directory to the A: drive by typing A: and pressing enter. Additional information about changing the drive letters in MS-DOS can also be found on document CH000038.
  3. Once at the A:\> prompt, type dir to list the available files on the floppy diskette or continue to the next step if you already know the name of the file you wish to copy.
  4. Type a command similar to the below command. In the below example, the name of the file on the floppy diskette is myfile.txt and we are copying that file to the C:\Windows directory.

    copy myfile.txt c:\windows

or

  1. Insert the diskette that contains the information you wish to copy.
  2. Move to the directory you wish to copy the file to using the cd command.
  3. Once in the directory, type a command similar to the below command. In the below example, the name of the file on the floppy diskette is myfile.txt and we are copying that file to the current directory.

    copy a:\myfile.txt

Additional information about the copy command can also be found on our copy command page.

Copying information to a floppy diskette

Microsoft Windows users

Microsoft Windows users can copy information to a floppy diskette by following either of the below recommendations.

If you're working on the file you wish to save to the floppy diskette, you can use the program's Save As feature and save it to the floppy diskette by following the below steps.

  1. Insert a blank diskette or a disk you wish to save the file to.
  2. In the program you're working on the file in, click File at the top of the window and choose Save As.
  3. Click the down arrow on the Save In section of the window. This should list available locations to save the file to. Click the 3 1/2 Floppy (A:) and specify the file name you wish to use.
  4. Once done, click the Save button.

If the file has already been saved onto your computer, you can also copy the file to the floppy diskette by following the below steps.

  1. Insert a blank diskette or a disk you wish to save the file to.
  2. Browse to the location that contains the file you wish to save to the floppy diskette using My Computer or Explorer.
  3. Once the file has been located, highlight it, click Edit at the top of the window and click Copy.
  4. Finally, open My Computer, click on the 3 1/2 Floppy (A:), and click Edit then Paste to paste the file to the floppy diskette.

MS-DOS users

To copy files to a floppy diskette from MS-DOS, follow either of the below steps.

  1. Insert a blank diskette or a disk you wish to save the file to.
  2. Use the cd command to move to the location of the directory that contains the file you wish to copy to the floppy diskette.
  3. If you don't know the name of the file or wish to verify the file exists, use the dir command.
  4. Once in the directory that contains the file you wish to copy, type a command similar to the below example. In the below example, the file we're copying to the floppy diskette is myfile.txt.

    copy mfile.txt a:\

or

  1. Insert a blank diskette or a disk you wish to save the file to.
  2. Change the directory to the A: drive by typing A: and pressing enter. Additional information about changing the drive letters in MS-DOS can also be found on document CH000038.
  3. Once at the A:\> prompt, type a command similar to the below example. In the below example, we're copying the file myfile.txt in the Windows directory to the floppy diskette.

    copy c:\windows\myfile.txt

Additional information about the copy command can also be found on our copy command page.

Copying information from a CD

Microsoft Windows users

Microsoft Windows users can copy information from a CD by following the below steps.

  1. Insert the CD that contains the information you wish to copy.
  2. Open My Computer.
  3. In My Computer, right-click on the CD Name (D:) icon, where "CD Name" is the name of the CD currently in the computer. Keep in mind that the CD is not always the D: it may be E or any other letter. After you right-click the drive you should have several different options to select from click Explore. Exploring the CD will allow you to view the files on the CD. Many Windows CDs have an AutoPlay feature so double-clicking the CD icon often simply runs the program.
  4. Locate the file you wish to copy and click Edit and then Copy.
  5. Finally, move to the location of where you wish to copy the files. Once in the folder you wish to copy the files to, click Edit and select Paste.

MS-DOS users

If you're in a MS-DOS prompt, to copy files from a CD to another location, follow either of the below steps.

  1. Insert the CD that contains the information you wish to copy.
  2. Change the directory to the D: drive by typing D: and pressing enter. Keep in mind that the CD drive is not always the D: drive. Additional information about changing the drive letters in MS-DOS can also be found on document CH000038.
  3. Once at the D:\> prompt, type dir to list the available files on the floppy diskette or continue to the next step if you already know the name of the file you wish to copy.
  4. Type a command similar to the below command. In the below example, the name of the file on the floppy diskette is myfile.txt and we are copying that file to the C:\Windows directory.

    copy myfile.txt c:\windows

or

  1. Insert the CD that contains the information you wish to copy.
  2. Move to the directory you wish to copy the file to using the cd command.
  3. Once in the directory, type a command similar to the below command. In the below example, the name of the file on the floppy diskette is myfile.txt and we are copying that file to the current directory.

    copy d:\myfile.txt

Additional information about the copy command can also be found on our copy command page.

Copying information to a CD

In order to copy files to a CD you must have a drive capable of burning files to a CD and must use a third-party program that is capable of copying the files to the CD. See document CH000668 for a listing of recommendations of programs capable of burning files to a CD.

Copying information from a floppy to a CD

To copy information from a floppy diskette to a CD simply follow the above steps for copying information from a floppy to the computer. Once the information is on the computer hard disk drive you can copy the information to the CD using one of the programs recommended on document CH000668.

Additional information:

  • See document CH000766 for basic information about copying files.
  • See document CH000019 for information about copying floppy to floppy.
  • See document CH000119 for additional information about copying large files to one or more floppy diskettes.
  • If you're encountering errors or problems opening, copying, or reading a floppy diskette see our floppy disk drive help page for a listing of errors and recommendations.

 

 

 

 

Index


Category:
CD-ROM Help
Floppy drive help

Companies:
Click here

Related Pages:
 

 

Resolved

Were you able to locate the answer to your questions?

Home - Computer help - Contact - Dictionary - Links
Link to Computer Hope - Bookmark Computer Hope