M
Miroslav Pragl
Hello,
is there a way how to process EMPTY LINES in simple for script such as
for /f "tokens=*" %i in (soubor.txt) do @echo %i
? These are simply ignored and I couldn't find any obvious way how to
include them (no "for" parameter, no if exist %I ...)
Thanks for pointing me the right direction
MP
is there a way how to process EMPTY LINES in simple for script such as
for /f "tokens=*" %i in (soubor.txt) do @echo %i
? These are simply ignored and I couldn't find any obvious way how to
include them (no "for" parameter, no if exist %I ...)
Thanks for pointing me the right direction
MP