Question about NUL char.
Posted: 05 Sep 2011 03:14
Hello,
someone could explain because Hex 00 make EOF on txt file, and cause termination of routine like this?
FOR /F "tokens=* skip=10" %%i IN (%2) DO echo %%i
The line after Nul char are not view
Regards
Dario
someone could explain because Hex 00 make EOF on txt file, and cause termination of routine like this?
FOR /F "tokens=* skip=10" %%i IN (%2) DO echo %%i
The line after Nul char are not view
Regards
Dario