3 lines
100 B
Batchfile
3 lines
100 B
Batchfile
set "cmdDir=%~dp0"
|
|
copy %cmdDir%boot.hex %cmdDir%DCBms.hex
|
|
type %cmdDir%LED.hex >> %cmdDir%DCBms.hex |