Monday, October 30, 2023

Merge/Combine multiple text files in seconds

 


Open command to merge the texts

With Ctrl+Shift you click with the right mouse button into the empty area within the folder.

Then select “Open command prompt here” from the menu.

The input window already opens

Code for text merging

In the new dialog box you write the following:

for %f in (*.txt) do type "%f" >> output.txt

“output.txt” can still be adjusted, for example in “kundeA.txt”. Then confirm with the Enter key.


No comments:

Post a Comment