So I am going crazy. I'm fairly good with most languages but batch programming makes me crazy.
All i want to do is:
- Create a loop that reads file (line by line)
- Each loop read each line into an array
- Each loop read each array value into a separate variable
- Use that variable, let's say echo that variable
Anyone?