When I try to read in a binary file, VBScript does some strange things, probably related to Unicode conversion.<br><br>For example, a file that starts off:<br><br>FF D8 FF E0 00 10 4A 46 49 46 00 (a JPEG header)<br><br>looks like this when I print it from VBScript:<br><br>F3 F8 98 FF F3 F8 00 10...