I can use the hex difference tool visually no problem on the command line ( /fv="Hex Viewer"). But when I want to dump the output to a file using the script, the output is always in text (which is no good for hex numbers). My script is:
bc2 /fv="Hex Viewer" @scr.scr. (the script contents is below)
file-report layout:side-by-side options:display-context output-options:html-color output-to:"c:\report.html" "c:\file1.bin" "c:\file2.bin"
How can I get the report.html in hex?
bc2 /fv="Hex Viewer" @scr.scr. (the script contents is below)
file-report layout:side-by-side options:display-context output-options:html-color output-to:"c:\report.html" "c:\file1.bin" "c:\file2.bin"
How can I get the report.html in hex?
Comment