Panarchy
3rd August 2009 03:21 UTC
Using wildcards to copy files to subdirectories?
Hi
Is it possible, using NSIS, to copy an icon &/or a file to all sub-directories?
To be more specific;
N:\custos\users\*\toolbar
Is that possible within NSIS?
Please inform me if this is possible, and if it is, how to do so.
Thanks in advance,
Panarchy
Anders
3rd August 2009 13:13 UTC
You should use the Find* nsis functions, starting with FindFirst on "N:\custos\users"
Panarchy
5th August 2009 04:56 UTC
Hmm... thanks.
Is this a sort of find/replace setup?
Anders
5th August 2009 05:27 UTC
no, you use those functions to enumerate files and folders
Panarchy
9th August 2009 23:06 UTC
Ah, okay.
Panarchy
7th September 2009 05:50 UTC
I'm a little confused at how to use this.
So I'd like to copy "Google.ink" to every users directory;
N:\custos\users\*\toolbar
How can I do this?
You've mentioned the FindFirst command, however I can't seem to work out how to use this, for my specific application.
Please tell me how this is possible! Examples would be appreciated.
Thanks in advance,
Panarchy