{"id":8205,"date":"2025-02-12T20:16:14","date_gmt":"2025-02-12T14:46:14","guid":{"rendered":"https:\/\/www.conceptworld.com\/blog\/?p=8205"},"modified":"2025-05-17T12:52:09","modified_gmt":"2025-05-17T07:22:09","slug":"copy-only-specific-type-of-files-or-folders-in-windows-using-robocopy-alternative-replacement","status":"publish","type":"post","link":"https:\/\/www.conceptworld.com\/blog\/index.php\/copy-only-specific-type-of-files-or-folders-in-windows-using-robocopy-alternative-replacement\/","title":{"rendered":"Copy only specific type of files or folders in Windows using Robocopy alternative replacement."},"content":{"rendered":"\n<p>Hey Guys! In this blog post we will cover how to copy specific type of files or folders using tools Copywhiz and Robocopy. Let&#8217;s look at the step-by-step guide on how to use these tools effectively. <\/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<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 file copy: Copy only specific types of files in Windows using Copywhiz\" width=\"660\" height=\"495\" src=\"https:\/\/www.youtube.com\/embed\/NWXGk9VFPlU?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<h2 class=\"wp-block-heading\">Transcription:<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Select files using Windows Explorer, right-click on them and choose&nbsp;<em>Copywhiz-&gt;Copy<\/em>&nbsp;from the menu.<\/li>\n\n\n\n<li>Go to the destination folder, right-click inside the folder and select\u00a0<em>Copywhiz\u2013>Paste special\u2013>Paste only files of specific types<\/em>.<br><br><img decoding=\"async\" class=\"img-border\" style=\"width: 524px;\" src=\"https:\/\/www.conceptworld.com\/blog\/uploads\/2015\/03\/Excluded.png\" alt=\"\"><br><br><\/li>\n\n\n\n<li>The Settings dialog box will open. You can include or exclude files\/folders to be copied by typing their names, file extensions, or folder names. You can also preview the list of files that will be copied and files that will be skipped by clicking on the&nbsp;<em>Preview<\/em>&nbsp;button. After confirming, press the&nbsp;<em>Ok<\/em>&nbsp;button in the Settings dialog box. All required files are copied successfully.<br><br><img decoding=\"async\" src=\"https:\/\/www.conceptworld.com\/blog\/uploads\/2015\/03\/Excluded1.png\" class=\"img-border\" alt=\"\" style=\"width: 524px;\"><\/li>\n<\/ol>\n\n\n\n<p>That\u2019s it in this video.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Using Robocopy:<\/h2>\n\n\n\n<ol class=\"wp-block-list\" start=\"1\">\n<li><strong>Open Command Prompt:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Press <code>Win + R<\/code>, type <code>cmd<\/code>, and press Enter.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Run the Robocopy Command:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Use the following syntax:<code>robocopy &lt;source&gt; &lt;destination&gt; &lt;filetype&gt; \/E<\/code>\n<ul class=\"wp-block-list\">\n<li>Replace <code>&lt;source&gt;<\/code> with the source folder path.<\/li>\n\n\n\n<li>Replace <code>&lt;destination&gt;<\/code> with the target folder path.<\/li>\n\n\n\n<li>Replace <code>&lt;filetype&gt;<\/code> with the desired file type (e.g., <code>*.jpg<\/code>, <code>*.txt<\/code>).<\/li>\n\n\n\n<li>Use the <code>\/E<\/code> flag to include all subdirectories, even empty ones.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Example Command:<\/strong> To copy all <code>.docx<\/code> files from <code>C:\\Source<\/code> to <code>D:\\Target<\/code>:<code>robocopy C:\\Source D:\\Target *.docx \/E<\/code><\/li>\n\n\n\n<li><strong>Review the Output:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Robocopy will display a detailed log of the files copied, skipped, or failed.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion: <\/h2>\n\n\n\n<p>For more tutorial videos,&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/www.conceptworld.com\/Copywhiz\/Videos\" target=\"_blank\">check out this page<\/a>.<\/p>\n\n\n\n<p>Subscribe to our&nbsp;<a href=\"https:\/\/www.youtube.com\/channel\/UCULI5s6KJn-0iDIeqJRUWQA\/featured?view_as=subscriber\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube channel<\/a>&nbsp;for interesting videos.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.conceptworld.com\/Copywhiz\" target=\"_blank\" rel=\"noreferrer noopener\">Learn more about<\/a>&nbsp;Copywhiz. Download the free trial&nbsp;<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 staying till the end :)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hey Guys! In this blog post we will cover how to copy specific type of files or folders using tools Copywhiz and Robocopy. Let&#8217;s look at the step-by-step guide on how to use these tools effectively. Transcription: That\u2019s it in this video. Using Robocopy: Conclusion: For more tutorial videos,&nbsp;check out this page. Subscribe to our&nbsp;YouTube &hellip; <a href=\"https:\/\/www.conceptworld.com\/blog\/index.php\/copy-only-specific-type-of-files-or-folders-in-windows-using-robocopy-alternative-replacement\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Copy only specific type of files or folders in Windows using Robocopy alternative replacement.<\/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":[],"class_list":["post-8205","post","type-post","status-publish","format-standard","hentry","category-copywhiz"],"_links":{"self":[{"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/8205","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=8205"}],"version-history":[{"count":2,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/8205\/revisions"}],"predecessor-version":[{"id":8427,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/posts\/8205\/revisions\/8427"}],"wp:attachment":[{"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=8205"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=8205"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.conceptworld.com\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=8205"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}