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: Hi, I am writing a batch script. i need to perform below tasks 1. Opening a file. searching a specific string(more then one letter) and replacing ...
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: How do I search name for '.doc' and replace it with '.txt' to get a value of word.txt? set name=word.doc find '.doc' in %name% and set it to txt echo ...
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 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: 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: 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, is there any possibility, that I can do search and replace in variables? (Windows XP cmd.exe Batchfile) I want to search for the string appearance...
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: There are no prewritten Perl scripts that will do what you want. You will need to write you own. There are a number of XML parser modules on cpan th...
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: Hi, I would like to create a .bat file that can search credit card numbers and replace them with * in *.dbf or *.fpt files. I used grep search but cou...
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: Hi all, im searching for a BAT script that searches lines in a txt file that start with a 'bla-bla:', then delete this 'bla-bla:' and echos truncated ...
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: 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'm trying to write a batch file that searches a text file for a line that varies at the end and replaces it with a blank line. The following text se...
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: hi, i'm doing a course on visual basic and would like some help in doing a search and sort feature with visual basic but i don't know how to do it I'...
Summary: Hi Shr0Om, Based on what I understood from ur original/first question, I have written the below code quickly. I wrote it in VB6.U can easily change it...
Summary: There are lots of API calls in windows to read an HTML file from the Internet. They all use the wininet.Dall the same as Internet Explorer does. h...
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: Hello, I have a Windows batch file that takes in two pathnames and does some stuff to the two files. I need for this batch file to be able to handle ...