FDOS / freecom

FreeDOS Command Shell (command.com)
http://www.freedos.org/
GNU General Public License v2.0
155 stars 38 forks source link

Appending using COPY is broken for two input files #78

Open greybaddin opened 2 years ago

greybaddin commented 2 years ago

The COPY command supports appending files using the syntax

COPY file1+file2[+[...]] file1

and this does work for three input files (and more I assume) but not for two !

Although it creates the correct output file for more than two input files the output to console is incorrect as the second file is shown as copied not appended.