retro-imager/windows/rpi-imager-cli.cmd

10 lines
263 B
Batchfile
Raw Normal View History

2021-05-06 01:47:34 +02:00
@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 %*