how make copy file faster
Posted: 07 Oct 2010 03:04
Hello everybody
I have this script
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
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