TextReplaceInFolder: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
Instructor (talk | contribs) |
(Fix links internal to this Wiki) |
||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
Script uses: | Script uses: | ||
* [http://forums.winamp.com/showthread.php?s=&threadid=203228&goto=lastpost Headers] (for NSIS 2.07 and below) | |||
* [[TextReplace_plugin|TextReplace]] plugin. | |||
* [[Banner_with_Cancel_button|nxs]] plugin. | |||
[[Category:Code Examples]] | [[Category:Code Examples]] |
Latest revision as of 16:07, 23 November 2009
Author: Instructor (talk, contrib) |
Download Link
TextReplaceInFolder.zip (45 KB) with binary
Description
Script to find files in a directory and replace the text in them.
Script uses:
- Headers (for NSIS 2.07 and below)
- TextReplace plugin.
- nxs plugin.