62e9969afb
Closes #221
10 lines
263 B
Batchfile
10 lines
263 B
Batchfile
@echo off
|
|
|
|
rem
|
|
rem For scripting: call rpi-imager.exe and wait until it finished before continuing
|
|
rem This is necessary because it is compiled as GUI application, and Windows
|
|
rem normalling does not wait until those exit
|
|
rem
|
|
|
|
start /WAIT rpi-imager.exe --cli %*
|