I have on text file which contains file name as a key and the path/location as its value separated by single space. The text file is as below-
index1.html /htdocs/abc/htmls/
english.war /tomcat/webapps/
index10.html /htdocs/abc/home/auto/var/
The text file looks like above. I want to read it using nsis and I want to keep that index1.html or english.war etc etc files to its location given next to that file name. Here key is filename and its value is its path. Can anyone tell me how to read this text file as key value and how to place it at given path?