TextReplaceInFolder: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
mNo edit summary
(Fix links internal to this Wiki)
 
(2 intermediate revisions by one other user not shown)
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) and [http://nsis.sourceforge.net/wiki/Banner_with_Cancel_button nxs] plugin.
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: