TextReplaceInFolder: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
Instructor (talk | contribs) |
Instructor (talk | contribs) |
||
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) | |||
* [http://nsis.sourceforge.net/wiki/TextReplace_plugin TextReplace] plugin. | |||
* [http://nsis.sourceforge.net/wiki/Banner_with_Cancel_button nxs] plugin. | |||
[[Category:Code Examples]] | [[Category:Code Examples]] |
Revision as of 06:00, 8 July 2006
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.