7 lines
148 B
Batchfile
7 lines
148 B
Batchfile
|
::@echo off
|
||
|
set "HexViewPath=D:\tool\Hexview\hexview.exe"
|
||
|
|
||
|
%HexViewPath% /S /MO:K86BOOT_BL0101.srec+cva_asw_m0118.srec.fix /XI:32 -o All.hex
|
||
|
|
||
|
pause
|