Page 1 of 1

how make copy file faster

Posted: 07 Oct 2010 03:04
by darioit
Hello everybody

I have this script

COPY FILE_ALL.TXT+FILE1.TXT FILE_ALL.TXT


File1.txt is very small and FILE_ALL.TXT became more and more bigger and the copy operation takes a lot of time also if the file1.txt is small

How can I optimize this process to add only few byte to a destination file

Thanks
Regards
Dario

Re: how make copy file faster

Posted: 08 Oct 2010 03:28
by amel27
depends on the file coding, for simple ANSI/OEM text:

Code: Select all

TYPE FILE1.TXT >>FILE_ALL.TXT