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: 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: 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: 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 to match a string with a line in the file and extract all the lines after this matching line and write it to a new file. eg : 2001 scvdsgvcxv ...
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: 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: I need to match a string with a line in the file and extract all the lines after this matching line and write it to a new file. eg : 2001 scvdsgvcxv ...
Summary: Hi! I have an XML-file where the string <?xml version="1.0"?> occurs several times. I would like to delete all lines equal to this string and keep ...
Summary: PLEASE HELP! I would be ever so grateful if someone could please tell me how to find and delete a reg key in a batch file... preferably using a wild...
Summary: It has been bugging me since i started learning more about batch files... I noticed that you can randomly input text you want into any file, for examp...
Summary: I have a device that outputs a 5 digit number to the serial port, waits 5 seconds and sends a cr/lf to the serial port. I want to take that number, c...
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 Reno!! Thanks a gazoolian again. We are making some progress. I loaded it into a cmd window in several mutations... and I finally got one of t...
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: you are the one not understanding what IVO posted. the findstr command uses an internal "for loop" (if you want to call it that way) to loop through f...
Summary: This code has been used to encrypt and decrypt query string .No matter what the lenght of the url is ,this code will encrypt the key and the value the...
Summary: Mark must have meant 'sordid' because 'sorted' makes no sense at all, tho 'sordid' doesn't make much either. What language? The date that you get from...
Summary: Hi Pretty new to batch files, and brand new to this forum... hoping someone can help me. I need a batch file that will move all files in one directory...
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: yea so i figured out it would be easier to just have the program create a batch file and put the string into that, then run the batch file through the...
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: The solution above doesn't work for me. I got the gawk exe and ran the script as: "C:\Program Files\GnuWin32\bin\gawk.exe" -f script.awk test.txt wit...
Summary: Hello, I want to create an exe file from a batch file and 2 other exe file. How can I do this? I want it so that when I click the exe it runs the batc...
Summary: i created a batch file and i'm invoking three programs in it one by one. but when i click on batch file all three programs are running simultaneously....