My first post! please help me!!!
Ok, i need help.
How i can make nsis read a directory (c:\example\) and set a variable for each subdirectory in the main directory...
i have a c:\example\1\
c:\example\2\
c:\example\hi\
c:\example\day\
more like that.....
i need a command that go to c:\example, read all subdirectories and set $0 for c:\example\1\ , $1 for c:\example2 , etc...
thats a way to do that?