TextReplaceInFolder: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
mNo edit summary |
Instructor (talk | contribs) |
||
Line 7: | Line 7: | ||
Script to find files in a directory and replace the text in them. | Script to find files in a directory and replace the text in them. | ||
Script uses [http://forums.winamp.com/showthread.php?s=&threadid=203228&goto=lastpost headers] (for NSIS 2.07 and below) | Script uses: | ||
1. [http://forums.winamp.com/showthread.php?s=&threadid=203228&goto=lastpost headers] (for NSIS 2.07 and below) | |||
2. [http://nsis.sourceforge.net/wiki/TextReplace_plugin TextReplace] plugin. | |||
3. [http://nsis.sourceforge.net/wiki/Banner_with_Cancel_button nxs] plugin. | |||
[[Category:Code Examples]] | [[Category:Code Examples]] |
Revision as of 05:57, 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: 1. headers (for NSIS 2.07 and below) 2. TextReplace plugin. 3. nxs plugin.