Once all the details are filled, just press enter, and let the program search for all the files which matches your search.
Once you press Enter, it will look in the F:\ drive for all the .txt files having abc in them...
As you can see, it could found 2 .txt files in F:\ having abc in them.
-
Now, you can click the merge all butoon on the top to merge these files content into a single file.
-
As soon as you click the merge all button, a new window pops up:

-
This window asks you for the file extension by which you want to save the file
-
And the name of the file.
-
Once you filled both, just press enter, and you get the following output:

-
You get the option to open the file right away by just clicking the open button.
-
We can see that abc.txt was empty, that's why no content is shown.
-
abcd.txt had some content, which you can see in the abcd.txt portion of merged.txt file.



