Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,9 +1,6 @@
|
|||
@echo off
|
||||
|
||||
for /f "skip=6 tokens=*" %%i in (file.txt) do (
|
||||
set line7=%%i
|
||||
goto break
|
||||
setlocal enableextensions
|
||||
for /f skip^=6^ tokens^=*^ delims^=^ eol^= %%a in (%1) do (
|
||||
echo(%%a
|
||||
goto:eof
|
||||
)
|
||||
:break
|
||||
echo Line 7 is: %line7%
|
||||
pause>nul
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue