#9000
Yutaka Emura
Keymaster

Hello SSI,

If you are trying to combine two files into one by copy and paste, you might need to check “Preserve (CR/LF) returns on Clipboard” before you copy and paste text from one file to another.

Or in Command Prompt, you can type

COPY /B A.txt+B.txt C.txt

If you are manually inserting a return, EmEditor will automatically adjust the return method using one at the cursor. To insert a specific return, you can select under Tools menu, All Commands > Edit > Insert > CR only, LF only, or CR+LF. On the Keyboard Map (under Help), you can assign any keyboard shortcuts as these commands.

I hope this helps.
Thank you!