FOR not loading files with extremely long line
Posted: 24 Jun 2009 21:39
I'm having a problem...
When I use the FOR command to load a file that has just one realy long line (like 50000+ chars). it does not load and no warning error appears, looks like the file was loaded, but no lines were found.
Why ? How to correct this?
When I use the FOR command to load a file that has just one realy long line (like 50000+ chars). it does not load and no warning error appears, looks like the file was loaded, but no lines were found.
Code: Select all
for /f "tokens=*" %%c in ("%file%") do (...)
Why ? How to correct this?