Search found 1 match

by lordlaxton
09 Mar 2016 02:17
Forum: DOS Batch Forum
Topic: Reading a specific line from a text document
Replies: 8
Views: 23780

Reading a specific line from a text document

I have a text file that reads something like this (it is located in the same folder as the Bat file). 13 7 46 In my program i want to take a specific line (eg. line 2: 7) and set it as a variable. I am using this section of code to get the last line in the file but i want to be able to get a specifi...