2 NSIS questions
1.Can anyone show me an actual example of how to use FindFirst/FindNext/FindClose in a loop? (I have no clue how to do loops in NSIS and cant find anything usefull searching the docs/forum)
2.Can someone show me how to define a user defined function which takes a string parameter (i.e. I want to create a RenameEx function which takes a wildcard and uses FindFirst/FindNext/FindClose to move the individual files)