How can I copy folder present in C drive to a folder in D drive using command prompt? what are the commands for this purpose?

Zaina jee
Recommended Answers
Jump to PostYou can use xcopy:
xcopy c:\folder d:\ /e
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/xcopy.mspx?mfr=true
bye!
All 3 Replies
cereal 1,524 Nearly a Senior Poster Featured Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster

Zaina jee
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.