Write 'in binary' to a file / WINDEV

Cocrane -  
Kuku007 Posted messages 193 Status Member -
Hello,

I opened a binary file that I converted. When I open it with Notepad, I have text like:
"CRE V1.0 1 p W " " a "

I found the keywords in Windev to translate the data into text.

However, I need to write my text data back into a binary file. I can't find the keywords to go in the other direction.

I tried fcrype, crype... without success. Who can help me?

Thank you!

1 answer

Kuku007 Posted messages 193 Status Member 23
 
Under Linux, it is possible to use the command "echo" to convert characters into binary values and store it all in a file.

Unfortunately, I don't remember which options must be used and I have no way of getting a Linux environment right now ;-)

Good luck!
0