Thursday, June 2, 2011
TRANSFER FILES BY THE USE OF COMMAND PROMPT
Do you like this story?
To transfer files in your computer using CMD follow the steps below
Click on Start>Run.(Microsoft +r)
Then type CMD and click OK.
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...
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...
This post was written by: Divyu
Divyu is a professional blogger, web designer and front end web developer. Follow him on Twitter
Subscribe to:
Post Comments (Atom)
0 Responses to “TRANSFER FILES BY THE USE OF COMMAND PROMPT”
Post a Comment