Summary: Hi. I have a text file "listfile.ini" with up to 50 entries all with the syntax: [code] ; Begin ABC series [ABC1] PATH="..\..\..\ABC1\" CMD="SetKey 1...
Summary: Great thanks to IVO and Mechanix2Go who have recently helped me with some batch files! I have been tasked with getting some "stuff" done and I can use...
Summary: Hi Reno! It's working great now!!!! Thank you Thank you Thank you!!! I think this qualifies as one of the best discussions of all time and in the m...
Summary: I have an ini file that I would like to extract a value and pass that value through a condition statement to change value if doesn't exit. Does anyone...
Summary: Greetings, I've been doing some researching on the forum & I can't quite find the exact answer that I am looking for. What I would like is to create...
Summary: Does anyone know how to delete the first line of text from a text file using a batch file (or a simple way from the command line)? Thanks, Cory ...
Summary: I'd like help creating a batch file that will search a log file for certain sections of text and export them to a log file. example log file: blah bla...
Summary: How would i write a batch file that would open certain text files and remove lines inside these files e.g. lines that start with "2003" up to lines th...
Summary: Hi, I have a txt file that contains data in the following format: 1200-1678,,1,C1356 1000-0076,,1,C1357 1000-0051,,1,C1358 1000-6848,,1,C1500 1000-684...
Summary: Hi, guys - I have a pretty beefy batch file that I need to do something else now - basically I need to it find the file notes.ini (which could be in a...
Summary: Hey all, i'm trying to write a batch file that will read a text document (we'll say input.txt) and can isolate a block of the text within it, and port...
Summary: From what I gather you only need to skip the first 3 lines of text and you want the rest of the file in a file with the same name but the extension .c...
Summary: I have a file that I need to reformat via either a batch file or VB Script. original sample line of text "20070301000231","501",65385,21.472,"0008" "...
Summary: Hi Ivo, Sorry because I was not clear.. well the batch file is counting the number of the lines and then depending on this number I'm calling other sc...
Summary: I work for a large company with several clients (approx. 800) over a network running a client application. I am looking for a batch file which will fi...
Summary: Hello, I am trying to create a batch file to parse a log file, find some timestamps in a specific format, change the format of the timestamp, then dis...
Summary: test and make sure it gives you what you need. @echo off :again echo do you want to use the new data? echo type y or n set /p choice= if [%choice%]==...
Summary: I need some help making a batch file than can parse a text file containing data on each line. At the same time, it needs to discard any "non-English" ...
Summary: Hi guys i would like to create a batch file to change the date in multiple text files but am kind of lost, here is what i have: @ECHO OFF set SrcFolde...
Summary: This is not the prettiest batch, personally I'm a bigger fan of VB Script, I'm still not 100% sure how you want this thing formatted but this will wri...
Summary: Posted a much more vague version of this over in xp general, but I think I better know what I want: I have two text files, text1 and text2, each file ...
Summary: OK. Got this cracked now. SN, many thanks for the suggestions & pointers re use of .inf files. I've now managed to execute automated registry clear...
Summary: Ok So I really need help, I need this batch file to run a backup of files that are in a certain directory(directory A), then copy those to a new direc...