Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

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...
Back
Top