How to read from a binary file using VBScript
问题 I'm very new to VBScript, correct me at any point, if I'm wrong. I'm facing issue while reading from a binary file. My need is to read the last four bytes from a binary file and compare the same with a local variable. But the issue is I'm getting value of 0x3F while converting the ASCII characters (of last 4 bytes) to Hex equivalent. But I'm able to see valid data in the files created by this script by opening, where the same binary stream is used to write to file. I'm not sure if I'm missing