Batch Find Line blank and Remove Line blank
Set _File=H2.txt
Set /a _Lines=0
For /f %%j in ('Find "" /v /c ^< %_File%') Do Set /a _Lines=%%j
SET /A numberline= %_Lines%-14for /f "skip=%numberline% delims=*" %%a in (.\H2.txt) do (
echo %%a >> H3.txt
)
0 ความคิดเห็น