I just need to know the proper way to get to the end of the 1st txt file, so that I can begin writing text from the 2nd txt file onto the end.
This is how far I could get, but I've no idea what to do next...
FileOpen $0 $INSTDIR\temp1.txt w
FileSeek $0 0 END $1
FileOpen $2 $INSTDIR\temp2.txt r
FileRead $2 $3