Archive: Using wildcards to copy files to subdirectories?


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


You should use the Find* nsis functions, starting with FindFirst on "N:\custos\users"


Hmm... thanks.

Is this a sort of find/replace setup?


no, you use those functions to enumerate files and folders


Ah, okay.


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