for skip

  1. D

    skip= in FOR /F fails

    In the textfile "testskip.txt", I have to find the linenumber of the first line with "Platform ID:\t1", from that specific line the first linenumber with "Name ID:\t\t6" and from that specific line the first linenumber with "Offset:\t\t3". I wrote these lines of code: @ECHO OFF for /f %%i in...