Skip to content
⌘ NSIS Forum Archive

My first post! please help me!!!

3 posts

flitzjoy#

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?
flitzjoy#
Originally posted by kichik
Use FindFirst, FindNext and FindClose like in this example.
Hum! this example will help a lot!
thx very much!