using regular copy command in DOS you can copy multiple files into one file. IE: copy *.txt results.txt Can't seem to do the same with DOSLIB's dos_copy function, even though the help file mentions: (dos_copy source destination) Parameters source The source file or files. source can contain wildcard characters ("*" and "?"). destination The destination path or file. With destination file being the keyword. Can you do this with dos_copy?