How you can read a file (text or binary) from a batch file? There is a way to read it in a binary mode or text mode?
|
|
You can use the for command:
Type
at the command prompt. Also, you can parse ini files! |
||
|
|
|
|
Under NT-style cmd.exe, you can loop through the lines of a text file with
Type "help for" on the command prompt for more information. (don't know if that works in whatever "DOS" you are using) |
||
|
|
|
|
Why would you possibly want to? What goal are you trying to accomplish? If you want to simply look for a string in a file use FindStr. If you want to do anything much more complicated than that, I would strongly suggest not using a bat. |
||
|
|
Reading and writing in binary is possible, but that will get ugly. |
||
|
