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! 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: 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: 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, 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: Hi, I am newbie to python and using python to find a string in a text file which looks like this processA=logfileA processB=logfileB What I want is to...
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: Can someone pls suggest a PERL script in which i can replace a string from a xml file to the html file? Eg: XML FILE: <topic id="1008" title="Over...
Summary: Hoping someone will know the answer to this. I have a batch file that searches for and replaces a string in a text file. It uses a FOR loop to read ...
Summary: I was wondering how to make and rename a folder in batch. I want it to make a folder on the desktop called folder1, and then rename it to folder2, and...
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: 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: 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: I want to search for a pattern in a file , and replace some other column in the same line with a new value . I dont want to create a new file For eg ...
Summary: Hello everybody. I am trying to create a string that has columns with the use of the tab. In VB6 it was something like : string 3 =string1 & tab(5) & ...
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: I have a file which is essentially of no specific format..but it has a string in it somewhere "-stringtolookfor stringvalue" and i need to write a bat...
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...
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: Hi I have a path string like c:\xxx\yyy\zzz and I need to get the part of the path before one of the folder for example "yyy" (that is i have to use ...
Summary: Hi All, I would like to have a batch file which would replace a string in a file. It would be great if the user can define the string to replace and a...
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: I have a class that i need to have format an array of strings so that I can use it later to populate a list view control in VC++ dotnet. I keep havin...