

InterviewSolution
Saved Bookmarks
1. |
Solve : copy/xcopy subdirectory???? |
Answer» <html><body><p>hello there!<br/><br/>what is the code for copying a <a href="https://interviewquestions.tuteehub.com/tag/specific-250096" style="font-weight:bold;" target="_blank" title="Click to know more about SPECIFIC">SPECIFIC</a> subdirectory?<br/><br/>thanks in advance!!!<br/> Code: <a>[Select]</a><a href="https://interviewquestions.tuteehub.com/tag/xcopy-747962" style="font-weight:bold;" target="_blank" title="Click to know more about XCOPY">XCOPY</a> "Drive:\Path\" "Drive:\Path\"<br/><a href="https://interviewquestions.tuteehub.com/tag/example-239971" style="font-weight:bold;" target="_blank" title="Click to know more about EXAMPLE">EXAMPLE</a>:<br/> Code: <a>[Select]</a>XCOPY "C:\Users\Matt\Desktop" "C:\Users\Matt\My Documents"Will copy the folder desktop to to my documents folder.<br/><br/>how about to delete that subdirectory?</p></body></html> | |