Summary: 1. yes, i think it's possible using find.exe, but it will impact on the performance severely when replacing string in large file. 2. use for loop in ...
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: 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: 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: i would like to create a file that preforms 2 operations: 1. finds an line in a file goes one line above that and inserts a line and a string statemen...
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: I'm looking to search through a text file for a string. Once I find this string, I want to read the string on the same line, after it. Let me expla...
Summary: Hello, I want to generate a text-file that lists all folder and subfolders as: c:\foldername1\subfolder1\ and I want to proceed eacht folder line wit...
Summary: Oh, I can open and manipulate .bat files.. I've made a few already.. but see, I'm used to HTML and LISP. Batch has a vastly different set of standards...
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: 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 Please help me out in this! I'm making a batch file to automate the Trigger Settings. There is a file ibmp.properties having a parameter "Clients.j...
Summary: Thanks for taking a look at this Judago. Sorry, yes - I'm using XP cmd. And to answer your question... No. Each line of text will be variable in lengt...
Summary: Can anyone tell me how to SET a string from a text file in DOS. I need to run this in a batch file. The file contains just one line e.g. Calculated TT...
Summary: my problem is that i have to replace the sring "aaa";"bb" b ""; "ccc" in "aaa";"bbb";"ccc" in a txt file. i'm capable to detect the "bb"b"" in the fil...
Summary: it's also fine to use vbs .i know how to do it in vb, can anyone help me to convert it to vbs. Imports System Imports System.IO Module Module1 Su...
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 2 text file, A.txt and B.txt. Some text (Bold) is veriable, and can be change any time. file A.txt contain: 1. ----------------first line fixed...
Summary: I would like to use strings in a program that I am writing so I made the following test file to find my error. #include #include int main() { s...
Summary: I am about to pull my hair out here. I need help writing a batch file that will send us an alert when our hard drive space reaches a certain threshold...
Summary: I want to replace all the special characters in the excel sheet with the help of some unix command is that possible? We have to do some repeated work ...
Summary: That command was supposted to replace the other command: cd "F:\SABnzbd Downloads\Complete\Games\Sorting\" copy nul games.txt for /f "delims=" %%a in...