Batch Find Line blank and Remove Line blank

     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%-14

for /f "skip=%numberline% delims=*" %%a in (.\H2.txt) do (

echo %%a >> H3.txt

)

 


แสดงความคิดเห็น

0 ความคิดเห็น