Summary: I am trying to replace the path names in several fortran files with an updated path for easy transfer between Windows and Linux. Ideally the paths sho...
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 want to replace the following string through a bacth file : && !plantCode.equals("1050") Below is the code that was suggested in one of the f...
Summary: If I have next text in text file: aaaaaaa ccccccc ggggggg MARKO llllll nnnnn MARKO jjjjjjj kkkkkkkkk MARKO bbbbbbbb nnnnnnnn MARKO dddddd I'd like a b...
Summary: How can I replace a character in a textfile or in a variable using a batch file? e.g. first line in textfile = $/Andrew Project: If I store this in a ...
Summary: Just curious is there a way to search for a file (could be multiple on the pc) called test.lnk and replace it with the file test2.lnk? where test2.lnk...
Summary: Hi, I was wondering if it is possible to get the last line of a text file and save it to a variable? I found a script that gets the first line, but ...
Summary: If I have next text in text file: aaaaaaa ccccccc ggggggg MARKO llllll nnnnn MARKO jjjjjjj kkkkkkkkk MARKO bbbbbbbb nnnnnnnn MARKO dddddd I'd like a b...
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: "I want to replace it in the same file." I don't think it can be done in batch. ===================================== Helping others achieve escape ...
Summary: What I am trying to do is I have a variable that is in the format of FS/SYS\Homedir\username and I need it to be in the format of F:\Homedir\username....
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 have been reading all the posts and tips here about replacing text in files. However, neither of them works for me. I have a regfile containg a lot ...
Summary: hi..i'm newbie with batch file i need some help,,,,i need rename a file... for example: name.txt to name_AAAAMMDD.txt where AAAAMMDD is the actual...
Summary: I tried to find a way of sending and receiving messages in an IM type manner with batch, from one computer to another across the internet, for the pur...
Summary: in regards to a post too old to reply too, subject called "delete a registry key with batch" firstly SN very nice job! your .inf file works great, al...
Summary: Can someone show me a simple way to create a registry backup using batch. I searched the net with google with no luck, all I need to do is create a ba...
Summary: Hi everyone, I have a text with blocks similar following [FILE] <tu origin="tbx" tuid="32316" vuid="32316" filename="/some/path/to/a/file" SwKey...
Summary: turn caps lock off with batch codes without using external program ===================================================== hi i found some program ...
Summary: I'm very new to JavaScript, and I'm trying to figure out how to replace text with an image. i.e. if you type coffee it will replace it with an image o...