Need Batch file
Posted: 23 Nov 2010 02:38
I need batch file i have 1 notepad file in my system(Local) i need to find and replace some lines.
Folder Structure:
C:\svn_working_folder\autoconfigsites\www.alwanad.com\parsermatic(this is notepad file)
C:\svn_working_folder\autoconfigsites\forum.cancerkids.org\parsermatic(this is notepad file)
Find this lines:
core.http.userAgent=BoardPulse
core.http.userAgentURL=http://www.boardpulse.com; compatible; MSIE 6.0
core.http.fromEmail=pfbcrawler@intelliseek.com
Replace this lines:
core.http.userAgent=BlogPulse
core.http.userAgentURL=http://www.Blogpulse.com; compatible; MSIE 6.0
core.http.fromEmail=suppoert@blogpulse.com
I need to replace this file each and every project.
Pls help.
Folder Structure:
C:\svn_working_folder\autoconfigsites\www.alwanad.com\parsermatic(this is notepad file)
C:\svn_working_folder\autoconfigsites\forum.cancerkids.org\parsermatic(this is notepad file)
Find this lines:
core.http.userAgent=BoardPulse
core.http.userAgentURL=http://www.boardpulse.com; compatible; MSIE 6.0
core.http.fromEmail=pfbcrawler@intelliseek.com
Replace this lines:
core.http.userAgent=BlogPulse
core.http.userAgentURL=http://www.Blogpulse.com; compatible; MSIE 6.0
core.http.fromEmail=suppoert@blogpulse.com
I need to replace this file each and every project.
Pls help.