Is it possible to read a binary file and write it to a text file? For instance, specify source and destination file names, read the source binary file, and write it as a text report to another file? All of this without displaying it on the screen. Thanks.