Wednesday 6 April 2011

Transfer Files By Using 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.

No comments:

Post a Comment