CLI - Command Line Interface

From wxHexEditor
Revision as of 21:53, 2 July 2014 by EUA (talk | contribs) (Created page with "wxHexEditor supports CLI startup with arguments. You can open files by issuing: wxHexEditor file1.bin file2.bin file3.bin Or you can open 2 files for comparison with '''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

wxHexEditor supports CLI startup with arguments.

You can open files by issuing:

  wxHexEditor file1.bin file2.bin file3.bin

Or you can open 2 files for comparison with compare flag:

  wxHexEditor --compare firmware1.bin firmware2.bin