Search found 2 matches

by lostpenan
02 Dec 2010 02:17
Forum: DOS Batch Forum
Topic: Batch File to Replace String in Text File
Replies: 8
Views: 36745

Re: Batch File to Replace String in Text File

Thanks Jeb. It works just the way I want it. Except that all the empty lines are gone. My app seems very picky with the blank lines. It won't work without those lines. Anyway to keep them intact? Original... function clicker(a,b) { if (a.style.display =='') { a.style.display = 'none'; ]]> b.src='<xs...
by lostpenan
01 Dec 2010 08:07
Forum: DOS Batch Forum
Topic: Batch File to Replace String in Text File
Replies: 8
Views: 36745

Batch File to Replace String in Text File

Hello, I'm new to batch files. I need to create a batch file to replace a string in text file with the current directory of the file. Basically search "FILEPATH" and replace with eg. C:\temp. snippet from file.... <xsl:output method="html"/> <xsl:variable name="BackgroundCol...