I am trying to make a small utility what creates file listin from directory. I got it apparently to work, but I don't know how. 🙂
I made this by modifying NSIS Archive examples, so it's no wonder that I don't know how it's working.
The part what I don't get is where it's start to scanning new folder. Where all the sub directory names are saved?
I am sure that there is simpler way to do this so pleas help me! 😢
Help! Script what I got to work, but don't know how
5 posts
They are saved on the stack with Push. They are then Popped off the stack again to start a new FindFirst.
-Stu
-Stu
Thanks
Oh now I get it. I thought that every time when it savas subdir name it would overwrite previous dir name. *Bangs head against wall*
Oh now I get it. I thought that every time when it savas subdir name it would overwrite previous dir name. *Bangs head against wall*
This is what I use in my scripts:
-Stu
-Stu
Originally posted by Afrow UKWhoa! This is creat thanks Stu. 👍
This is what I use in my scripts:
-Stu