When I use the DOS Copy command to copy multiple files into one file the result always has an extra blank line (cursor return line feed) at the end. How do I avoid creating this blank line?
|
feedback
|
|
You could try using binary mode to see if it gives you the result you need:
| ||||
|
feedback
|