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 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: 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: 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: 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: find and replace "ultra" with extra in files and forders names ============================ hi i want a batch file that search for all files and...
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: 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: 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 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: 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: 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: Where you would "echo" the variables, I would REG ADD them and then read them. The installer is an IBM installer and I cannot change that. The instal...
Summary: Hi, I need to replace filenames having spaces and dots with underscore using a .bat script example: I need to convert filenames like Web News 04-08-20...
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: 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: I have two lists of text files: List met(s) *1.met *2.met ….. *n.met List upl(s) *1.upl *2.upl ….. *n.upl The two lists of files (arrays) are of t...
Summary: Thanks, SN, for your help. I use Dreamweaver, which will allow me to "Find And Replace" throught my entire domain. I am sure I could find a way to st...
Summary: AFAIK [as far as I know] int won't work in a batch file. If you want to 'find and replace' you will likely need a 3rd party utility. If at first you...
Summary: tonysathre I do not want the full path to the picture just the name of the folder the picture is in. Is there a way to find and replace, so I could r...
Summary: Hello, Ive got a txt file that has a few lines of text but in each line there is a unix timestamp. i already have a .vbs script that will find and rep...
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...