Hello,
I wan't to write (with consolewrite) the full content of a binary file to output it later with pipe to other app
My problem is that consolewrite end after the firs NUL char. On this forum I read "the ConsoleWrite() function stops reading the string at the first NUL char"
Is there a way to write the NUL (0x00) char with consolewrite (and to continue after this char) ?
I can't not convert the data with binary function or replace some char because it will not work if the content change.
Thank you
I wan't to write (with consolewrite) the full content of a binary file to output it later with pipe to other app
My problem is that consolewrite end after the firs NUL char. On this forum I read "the ConsoleWrite() function stops reading the string at the first NUL char"
Is there a way to write the NUL (0x00) char with consolewrite (and to continue after this char) ?
I can't not convert the data with binary function or replace some char because it will not work if the content change.
Thank you