diff --git a/src/windows/openhdimagewriter.cmd b/src/windows/openhdimagewriter.cmd new file mode 100644 index 00000000..a3652a11 --- /dev/null +++ b/src/windows/openhdimagewriter.cmd @@ -0,0 +1,9 @@ +@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 OpenHDImageWriter.exe --cli %*