TextReplaceInFolder: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Fix links internal to this Wiki)
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:


Script uses:
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.
* [http://forums.winamp.com/showthread.php?s=&threadid=203228&goto=lastpost Headers] (for NSIS 2.07 and below)
3. [http://nsis.sourceforge.net/wiki/Banner_with_Cancel_button nxs] plugin.
 
* [[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: