Summary: I found the following code on this form to allow me to strip trailing spaces from rows in a file. Unfortunately it only seems to process the first ro...
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 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: 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: 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: find and replace "ultra" with extra in files and forders names ============================ hi i want a batch file that search for all files and...
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: 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: 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: 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: Hello, Ive been having issues trying to replace single text, this question has been answerd before but it seems to remove all text before it deaming t...
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 looking for a solution in batch that search in a text file and replace "aaa"b bbb"" in "aaa b bbb" i'm truing with findstr but can't get ou...
Summary: For example in a file if I see: "<start> open:my_file.txt open:other_file.text </start>" I'd like to replace it with "<start> {open_me:my_f...
Summary: I have thousands of files i have to create for a configuration tool that i use at work. i need a script that will open a main txt file (specifically a...
Summary: Hi all, I want to make a batch file in for below stated tasks. we have different files which automatically generated by server on a particular locatio...
Summary: The VC++ compiler can incorperate multiple .cpp files into one program, along with libraries. It does this by converting all of the .CPP files into a ...
Summary: I have an issue finding and replacing text using batch files as the text has quotes. I wish to replace the text to start :- (SETVAR "NOMUTT" 1) and t...
Summary: I'd recommend Swiss File Knife http://sourceforge.net/project/show... SFK has a lot of other useful options too but the patch option is like the advan...
Summary: i've got this script, it works great. It replaces entries using a csv file as an array, and saves the file as a new name. I need to add an additional ...
Summary: I need a script in batch: Basically, it searches through a text file and finds file entries. The only problem is that each file entry is on multiple l...
Summary: Oh, I can open and manipulate .bat files.. I've made a few already.. but see, I'm used to HTML and LISP. Batch has a vastly different set of standards...
Summary: I have multiple files in a DIR with one common extension .f. I have to do 3 things. 1) I have to partly rename the file EX: If the file name is 0104_1...
Summary: Hi, i tried searching for hours and have seen this bought up a few times on this forum however the responses don't exactly help me, as for what i need...