How to transfer files using cmd in windows7?

Recommended Answers

All 2 Replies

If you want to move files on same machine, then use "copy <source> <dest>"

If its a complex copy, or need additional options, look as robocopy from microsoft (get it from the resource kit). Great tool, similiar to rsync.

IF you are transferring via some other solution like Ftp, you can do this over CLI also........where are you sending the files?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.