This tutorial will help you to copy Files From Subfolders to One Folder in Windows 8 and Windows 8.1

Copy Files From Subfolders To One Folder in Windows 8.1

Steps to Copy Files From Subfolders To One Folder in Windows 8.1

1. Press Windows Key + C to open the Charms Bar and go to Search and then type cmd. From the search result, right click on Command Prompt and click Run as Administrator. If prompted by UAC click Yes to continue.

cmd

2. Type the following command cd C:\pathtoyourfolder. Here, pathtoyourfolder should be replaced by the original path.

Command

3. To copy subfolders to one folder type the code for /f “tokens=*” %a in (‘dir /b /s /a-d’) do @copy “%a” “C:\YourFolder” /y. Here ‘/y’ means it will not prompt you before overwriting files with same name.

Files Copies

About 

Happiness is that best therapy. Use it to heal yourself and then others!

1 COMMENT

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.