Summary: hi guys! i've been reading this forum and found it very informative! Im looking for a batch that will delete all lines in a txt file except the lines ...
Summary: hi, is there any way to find a specific line in a txt/ini/inf file, alter that line from the batch file and save the edited file? example: the file bl...
Summary: Hi ! I Im trying to add some text to a txt file like this: echo blablabla >>mu.txt But I dont want the text to be added in the beginning of the file. ...
Summary: I want to be able to read a specific line from a file in C++. I currently have a program that goes like this: char name[20]; int main(int argc, char ...
Summary: I agree that some more info would have been helpful. But, I will make some assumptions. I wil assume that you want to change the first line in some f...
Summary: What I am trying to do is delete the first X number of lines from a text file using a batch file on all text files in a folder. all files are in the f...
Summary: Hello, Thank you to everyone who posts in this forum you are all a great help. I have a problem that I would like to solve using a batch file. I woul...
Summary: Hello! I've made a program that scrambles and deletes files. When the program starts, it reads the contents of a txt file containing the full paths an...
Summary: I need help getting a batch file that will eliminate duplicate blank lines in thousands of .txt files starting with a directory and scanning all sub d...
Summary: I need a script in batch: Basically, it searches through a text file and finds file entries. The only problem is that each file entry is on multiple l...
Summary: How can I delete all text in every single line in txt file after specific sign in line. For example, if I have: eeeeeeeeee \: marko bbbbbbbbbbbbb \: ...
Summary: I have a txt file called elements.txt that contains content similar to this: ---------- C:\TEMP\1000604\SAMPLEALBUM\1000604\LAST\LAST.PCK PIC_FRAME_NA...
Summary: Is each line just a command to be run? If so I would use a VB Script that looks similar to this: Option Explicit Dim objFS, lines, line, WshShell Con...
Summary: Hi, I am not suppose to use vbscript only batch. If the decimal can not be done, its ok. Can we at least get the total of "Credit Amount" column? I ha...
Summary: Hi, Could you help me with a sed command to add a text in all the line in a particular file ? Apart from sed is there any other command which could ac...
Summary: What I want to do is to be able to store every line in a variable and USE that variable after every line. I'm not trying to read the file, I know what...
Summary: hi all I need some help because I want to extract some lines (in a fixed number) from many csv files (all with the same strutcture); what I have done...
Summary: how can I have a file run on a specific day each week? I work at a school and my principal wants to have our newsletter open on all teacher desktops ...
Summary: How would i write multiple batch file variables to there own line in a file? Example: Variables: V1=Test V2=Work V3=Cool V4=Random V5=??? V6=God is F...
Summary: I have a text file with line numbers length of 6 at the beginning of each lines, for example: 000001:abc 000002:def 000003:ghi ... 001000:xyz I just w...
Summary: Hello, I have a list like in A:. From this I want to sort it like B: My Problem is how to get two lines in one. I don“t find the trick. A: [4]Name: ...
Summary: Hello! My problem is the following: I have a sorted sequence of "n" points (for each point I know the coordinates (x,y,z)) and now I should link each ...
Summary: I am trying to read a file and need to read specific line numbers or to increment line numbers . So instead of reading line 1 to 100 into a file and s...