Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Can I use MS-DOS for copying files to CD?

user-image
Question added by Rana Alnajjar , Web developer , Lebcards
Date Posted: 2013/06/10

To copy a directory in MS-DOS you will need to use the MS-DOS xcopy command.
Below is a basic example with each of the steps to do this in MS-DOS.
If you need additional information about the xcopy command or additional examples see the above xcopy command page.1.
Move to the directory you wish to copy the directories and subdirectories to.
In the below example we will be moving to the temp2 directory using the cd command.
cd\temp22.
Once in the directory use the xcopy command to copy another directories subdirectories and contents.
In the below example we're copying the temp3 contents into the temp2 directory.
Keep in mind that this will not copy the actual directory "temp2" just the files and directories in that directory.
xcopy c:\temp3 /e Once the above steps have been completed everything should be copied into the temp2 folder.
source: http://www.computerhope.com/issues/ch000838.htm

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.