Summary: What does it mean? I have a file which contains the name of various SQL scripts, like... T1.sql; inside these sql scripts i have a commit statement D...
Summary: Need to find and replace string in a file using Batch program. It is a text file (but with a different extension simple text and there are blanks in t...
Summary: Hi, Can someone help. I need a way to search through many text files to find an "Ã" and replace it with a "~". Or at least search through many text f...
Summary: find and replace "ultra" with extra in files and forders names ============================ hi i want a batch file that search for all files and...
Summary: I need to figure out a method to find and replace text within a text file. I have a file named, "myfile.txt" that has the following; testing=1 databas...
Summary: Hello, I was trying to create a batchfile that will perform find and replace for a user defined string (both for find and replace) within a group of f...
Summary: 1. yes, i think it's possible using find.exe, but it will impact on the performance severely when replacing string in large file. 2. use for loop in ...
Summary: Hahaha, yes, I just found it out myself: findstr /v /i /c:"<?xml version=\"1.0\"?>" 101_arstat.xml > output.txt As Wahine, I just figuered out that...
Summary: Hi. i am trying to use a dos script to find and replace some text, maybe look up some values, for example, i have a dinamically generated text file co...
Summary: I have a big distribution list that I need to edit and remove some names that are with other departments For example I need to remove all names that h...
Summary: Hi! i m new to batch programing. I want to make a batch file which will search for a particular string in a ini file and replace it with a another str...
Summary: Hi, I need to run a reg Query in DOS to findout what software is installed on a computer and output it to a file, which i have done. Then I need to ta...
Summary: Hi, So i posted by mistake in the wrong forum.. sorry to double post... I'm trying to automate a small batch file to find and return a specific strin...
Summary: I need help making a batch file that will find the string "SERVICEACCOUNT" in the file settings.xml and replace it with the varible %username%. any h...
Summary: first time poster here :-) I have a question/problem: i have a batch file that does its automatic zipping, uploads it to a server. Then another local ...
Summary: I am trying to create a batch file that would scan all the files in a sub directory and report which files contain a string and which one do not. I ...
Summary: I have a script that I want to search through a file and add one line. It does this, but it also deletes all the lines that start with a ; (semicolon...
Summary: Hi, I am a beginner in Batch scripting but managed to write the piece of code to automate some stuff. It’s a little CRUDE method that I am followin...
Summary: should not be hard, but you forgot to explicate the problem more specifically. <researchID="KR-AAPL-2007-01-10" language="eng"> does this string oc...
Summary: Hello. I am trying to write a batch file that does the following: On each of the computers this batch will be ran on is a folder "C:\_Bi-Con_.TMS" i...
Summary: I'm trying to create a batch file to find and extract text to a new file. The string is "<.b>Album:*<.br>" (where * can be any number of any ch...
Summary: Does any one know how to use GSAR to search and replace a string with spaces? Say I want to look for the string STRING and I want to replace it with M...
Summary: I'm getting the user to input something, that input replaces one word in a string which is in the same or batch file cls @echo off :NAME1 cls echo ___...
Summary: hi, I want to replace a number with a string in a specific column of a text file. Eg: abc def 1 agf gdh 1 ytr ate 0 ....... ... i would like to r...