8 lines
206 B
Batchfile
8 lines
206 B
Batchfile
|
py -3 nuwriter.py -c header-sd.json
|
||
|
py -3 nuwriter.py -p pack-sd.json
|
||
|
|
||
|
py -3 nuwriter.py -a ddrimg\enc_ddr3_winbond_512mb.bin
|
||
|
IF %ERRORLEVEL% EQU 0 (
|
||
|
py -3 nuwriter.py -w sd pack/pack.bin
|
||
|
)
|
||
|
PAUSE
|