TextReplaceInFolder: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
mNo edit summary
Line 1: Line 1:
{{PageAuthor|Instructor}}
{{PageAuthor|Instructor}}
== Download Link ==
<attach>TextReplaceInFolder.zip</attach> with binary


== Description ==
== Description ==
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) and [http://nsis.sourceforge.net/wiki/Banner_with_Cancel_button nxs] plugin.
== Download ==
<attach>TextReplaceInFolder.zip</attach>  with binary


[[Category:Code Examples]]
[[Category:Code Examples]]

Revision as of 20:29, 3 December 2005

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) and nxs plugin.