Website Developed By : Divyu

Thursday, June 2, 2011

TRANSFER FILES BY THE USE OF COMMAND PROMPT

To transfer files in your computer using CMD follow the steps below
Click on Start>Run.(Microsoft +r)
Then type CMD and click OK.
A black color dialog box will appear.
For example,I'm copying a file from a folder named 'magic' in c: drive to drive f:..
To perform this operation write the below code  in CMD.



xcopy c:\magic f:\ /s



Then press ENTER.Your files will be copied.

For copying other files and folders just change the directory in this command and leave everything same as it is.

Enjoy...

0 Responses to “TRANSFER FILES BY THE USE OF COMMAND PROMPT”

Post a Comment