retro-imager/windows/rpi-imager-cli.cmd
Floris Bos 62e9969afb Basic CLI support
Closes #221
2021-05-06 16:49:17 +02:00

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 %*