Hi There, I need some help on reading a file content using a batch file. For example, I would like to read the first 3 lines from a txt file and also remove those lines from the original file. So that i can use that file to read the next 3 lines next time by looping... So my mission is to read the t...