GENPAT oldfile.txt newfile.txt patch.pat
for each file 🙁
I have new files ( <filename>.* ) and old ones (<filename>.bak ). How to process all the files to generate <filename>.pat files ?
Maybe some bat-file? I just don't know how to make it process all the files in the folder(s)
Ideally, I want part of *nsi file generates automaticly 🙂
something like this:
vpatch::vpatchfile "$INSTDIR\<source dir>\<filename>.pat" "$INSTDIR\<source dir>\<filename>.*" "$INSTDIR\<source dir>\<filename>.*"where <source dir> is the name of folder ( without full path ) where file is situated.
Any suggestions ? Did anyone solve such a problem ?