Skip to content

Commit

Permalink
repair cli
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 29, 2023
1 parent 035c96e commit a47b605
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/windows/openhdimagewriter.cmd
Original file line number Diff line number Diff line change
@@ -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 %*

0 comments on commit a47b605

Please sign in to comment.