How to copy a file from one directory to another directory through command prompt?

By Opening the command prompt

Just go to the place which drive u saved ur files

Then  Give the following command by

Just assume that your file is in D:\

D:\> xcopy d:\Arunselvan\*.* e:\Arunselvan  [and give enter ]
                     Source folder       Destination folder

All the files will paste to the destination folder..

If the same file will be in the destination folder...

It will ask you whether to overwrite or not. <yes/no/All> As per your response it will process the remaining things.


Thanks for viewing this post.... I think this may be helpfull for you.........
 

Comments

Popular posts from this blog

How do i Increase the capacity of the Eclipse Output console?

An internal error occurred during: "Building workspace". Java heap space

How to convert the Math Number to Words in Java?