Re: [NAnt-users] Find and Replace String.

2011-09-30 Thread Bob Archer
: nant-users@lists.sourceforge.net Subject: [NAnt-users] Find and Replace String. Hi, Can you send me Nant Script for the following task. Open the bat file. Read the file Collect the File contents to an array Match a particular string Open the same File again And Replace the above captured string

[NAnt-users] Find and Replace String.

2011-09-30 Thread Sastry, Dilip IN PUN SISL
Hi, Can you send me Nant Script for the following task. Open the bat file. Read the file Collect the File contents to an array Match a particular string Open the same File again And Replace the above captured string with a new string. Thnx, Dilip Sastry. ---