mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 00:15:21 +01:00
parent
258f9d77aa
commit
62e9969afb
9 changed files with 307 additions and 10 deletions
9
windows/rpi-imager-cli.cmd
Normal file
9
windows/rpi-imager-cli.cmd
Normal file
|
@ -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 rpi-imager.exe --cli %*
|
Loading…
Add table
Add a link
Reference in a new issue