Write to text file line nummer
Hi,
I've found this function:
http://nsis.sourceforge.net/Write_to...le_line_number
No I've the question if it's possible to join instead only a word a complet file with the other file.
Push "$INSTDIR\file1.txt ;Join this file
Push 24;in line 24
Push "$INSTDIR\file2.txt" ;with this file
Call WriteToFileLine
Thank you :)