mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
9 lines
263 B
Batchfile
9 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 %*
|