{"id":3177,"date":"2017-12-11T10:41:06","date_gmt":"2017-12-11T05:11:06","guid":{"rendered":"http:\/\/www.conceptworld.com\/blog\/?p=3177"},"modified":"2026-05-25T14:39:06","modified_gmt":"2026-05-25T09:09:06","slug":"copying-files-from-different-locations-to-a-single-destination-folder-using-an-xcopy-alternative-replacement-tool","status":"publish","type":"post","link":"https:\/\/www.conceptworld.com\/blog\/index.php\/copying-files-from-different-locations-to-a-single-destination-folder-using-an-xcopy-alternative-replacement-tool\/","title":{"rendered":"Copying files from different locations to a single destination folder in Windows using an Xcopy alternative replacement tool"},"content":{"rendered":"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Windows: Select files from multiple folders and paste them all at once using Copywhiz\" width=\"660\" height=\"495\" src=\"https:\/\/www.youtube.com\/embed\/Fr3vVGVIEIE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>This post will explain to you how to copy files from different folders located at different places, into a single folder or location, you want to keep them in.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why copy everything in a single folder?<\/h2>\n\n\n\n<p>Want to share your favorite photos, music, and videos with your friend but have to copy the whole folder while sharing?<\/p>\n\n\n\n<p>You have no option to do this since you fear that without that, you will have to go through the tiring process of going into each folder and search from the long list and select the ones you want one by one. Sounds tiring already.<\/p>\n\n\n\n<p>This is why creating a single folder to store these files is needed. All files will go into a single folder without creating any sub-folders.<\/p>\n\n\n\n<p>Let us look at this using the Windows <strong>Xcopy tool<\/strong> and an <strong>alternative software<\/strong>, <a href=\"https:\/\/www.conceptworld.com\/Copywhiz\" target=\"_blank\" rel=\"noopener noreferrer\">Copywhiz<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is Copywhiz?<\/h2>\n\n\n\n<p><a href=\"https:\/\/www.conceptworld.com\/Copywhiz\" data-type=\"link\" data-id=\"https:\/\/www.conceptworld.com\/Copywhiz\" target=\"_blank\" rel=\"noreferrer noopener\">Copywhiz<\/a> enhances your file-copy experience by letting you to have more flexibility &amp; control over the file copying and backup process. <\/p>\n\n\n\n<p>Here is how <a href=\"https:\/\/www.conceptworld.com\/Copywhiz\" data-type=\"link\" data-id=\"https:\/\/www.conceptworld.com\/Copywhiz\" target=\"_blank\" rel=\"noreferrer noopener\">Copywhiz<\/a> makes file copying a breeze: <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Copy only new or modified files<\/li>\n\n\n\n<li>Easily pick files by name, extension, folder etc from bunch of folders<\/li>\n\n\n\n<li>Automatically organize files based on file attributes and metadata<\/li>\n\n\n\n<li>Copy files to multiple folders\/computers<\/li>\n\n\n\n<li>Copy files from multiple folders and paste them at once<\/li>\n\n\n\n<li>Sync files between source and destination<\/li>\n\n\n\n<li>Pick files from multiple folders and compress in single .zip file<\/li>\n\n\n\n<li>Schedule file backups<\/li>\n\n\n\n<li>Verify copied files for data integrity<\/li>\n\n\n\n<li>Retain security attributes of files &amp; folders (ownership\/user access)<\/li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https:\/\/www.conceptworld.com\/Copywhiz\/Features\" target=\"_blank\">Several more hidden nuggets<\/a>&nbsp;designed to make your file-copy task easier.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Steps to copy files in a single location<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Using Xcopy<\/h3>\n\n\n\n<p><strong>Xcopy Source [Destination] \/s<\/strong> command lets us to Copy files from different locations to a single destination folder.<\/p>\n\n\n\n<p>For Ex: To copy the files &#8220;project.docx&#8221; and &#8220;logo.png&#8221; to a single folder &#8220;saved pictures,&#8221; the following command line will be used:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong> For %%a in (<br>&#8220;D:\\backup\\project.docx&#8221;<br>&#8220;D:\\project\\logo.png&#8221;<br>) do (<br>xcopy \/s &#8220;%%~a&#8221; &#8220;d:\\pictures\\saved pictures&#8221;<br>) <\/strong><\/p>\n<\/blockquote>\n\n\n\n<p>However, the Xcopy commands are not so straightforward. System administrators may be able to use it. But Xcopy is confusing for ordinary users.<\/p>\n\n\n\n<p>Let us look at a more straightforward and simple way to do this.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Using Copywhiz<\/h3>\n\n\n\n<p>Watch a short video that perfectly depicts this:<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Windows: Select files from multiple folders and paste them all at once using Copywhiz\" width=\"660\" height=\"495\" src=\"https:\/\/www.youtube.com\/embed\/Fr3vVGVIEIE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<p>For more tutorial videos, <a title=\"Copywhiz Tutorial Videos\" href=\"https:\/\/www.conceptworld.com\/Copywhiz\/Videos\" target=\"_blank\" rel=\"noopener noreferrer\">check out this page<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Video Transcription<\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"https:\/\/www.conceptworld.com\/blog\/uploads\/2016\/09\/Copy-Files1.jpg\"><img decoding=\"async\" src=\"https:\/\/www.conceptworld.com\/blog\/uploads\/2016\/09\/Copy-Files.jpg\" alt=\"\" class=\"wp-image-2673\"\/><\/a><\/figure><\/div>\n\n\n<p>1. Select files to be copied from the Source folder and right-click on it and choose <em>Copywhiz&#8211;&gt;Copy<\/em> as shown below:<br><\/p>\n\n\n\n<p>2. Keep adding files from different folders by clicking on &#8220;Copy (Add to queue).&#8221; You can see the total number of files copied until now in the &#8220;Show Items&#8221; menu.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"450\" height=\"338\" src=\"https:\/\/www.conceptworld.com\/blog\/uploads\/2017\/12\/screenshot-paste-multiple-times.jpg\" alt=\" \" class=\"wp-image-3193\" srcset=\"https:\/\/www.conceptworld.com\/blog\/uploads\/2017\/12\/screenshot-paste-multiple-times.jpg 450w, https:\/\/www.conceptworld.com\/blog\/uploads\/2017\/12\/screenshot-paste-multiple-times-300x225.jpg 300w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/><\/figure><\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"600\" height=\"525\" src=\"https:\/\/www.conceptworld.com\/blog\/uploads\/2017\/12\/screenshot-paste.jpg\" alt=\" \" class=\"wp-image-3196\" srcset=\"https:\/\/www.conceptworld.com\/blog\/uploads\/2017\/12\/screenshot-paste.jpg 600w, https:\/\/www.conceptworld.com\/blog\/uploads\/2017\/12\/screenshot-paste-300x263.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/figure><\/div>\n\n\n<p>3.Right-click inside the destination folder where you wish to copy the files and select <em>Copywhiz&#8211;&gt;Paste <\/em>. You could even use &#8216;Ctrl+Shift+V&#8217;.<br><\/p>\n\n\n\n<p>4. All the files copied will be pasted in the destination folder all at once.<\/p>\n\n\n\n<p>This is how <a href=\"https:\/\/www.conceptworld.com\/Copywhiz\" target=\"_blank\" rel=\"noopener noreferrer\">Copywhiz<\/a> lets you select multiple files from various folders and paste them in one desired folder in a very easy and fast manner.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>This feature is handy when we have all our music\/pictures scattered in different folders that we may want to bring into a single folder. Or we may want to pick only specific types of files &amp; copy them all in one folder.<\/p>\n\n\n\n<p>This also saves you a lot of time.<\/p>\n\n\n\n<p>Subscribe to our <a href=\"https:\/\/www.youtube.com\/channel\/UCULI5s6KJn-0iDIeqJRUWQA\/featured?view_as=subscriber\" target=\"_blank\" rel=\"noopener noreferrer\">YouTube channel<\/a> for more such interesting videos.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.conceptworld.com\/Copywhiz\" target=\"_blank\" rel=\"noopener noreferrer\">Learn more about<\/a> Copywhiz. Download the free trial <a href=\"https:\/\/www.conceptworld.com\/Copywhiz\/Download\">from here<\/a>.<\/p>\n\n\n\n<p>Have a good day!<\/p>\n\n\n\n<p>Thanks for your time :)<\/p>\n\n\n\n<p>Keep following for more articles to come.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post will explain to you how to copy files from different folders located at different places, into a single folder or location, you want to keep them in. Why copy everything in a single folder? Want to share your favorite photos, music, and videos with your friend but have to copy the whole folder &hellip; <a href=\"https:\/\/www.conceptworld.com\/blog\/index.php\/copying-files-from-different-locations-to-a-single-destination-folder-using-an-xcopy-alternative-replacement-tool\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Copying files from different locations to a single destination folder in Windows using an Xcopy alternative replacement tool<\/span><\/a><\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[11],"class_list":["post-3177","post","type-post","status-publish","format-standard","hentry","category-copywhiz","tag-xcopy"],"_links":{"self":[{"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/3177","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=3177"}],"version-history":[{"count":26,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/3177\/revisions"}],"predecessor-version":[{"id":8843,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/3177\/revisions\/8843"}],"wp:attachment":[{"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=3177"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=3177"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=3177"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}