2
Searching the internet to join txt files, I found the command line code CMD below:
for %f in (*.txt) do "%f" >> união.txt
The logic is to make a loop, grab all the txt files and create a new file 'union.txt' with all of them together.
The same does not work, it opens all the files and creates the new, but the new is blank.
Any hint?
Could you elaborate on your answer? It would be interesting if I could give you more details than you’ve changed, and how that differs from the question code.
– UzumakiArtanis
@Stormwind gave an explanation in command. Hug
– Italo Rodrigo