Hi !
I try to copy txt files to one file with batch like this
copy a?.txt b.txt
a1 is like this
1111
2222a2 is like this
3333
444B.txt
is like this
1111
22223333
444why it start the end of line ?
Because your A1.txt file (and maybe the others text files) lacks the ending CR/LF (0Dh/0Ah) that marks the end of each line in a well behaved text file.
Ok , Thanks !
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |