Skip to content

Commit 964619b

Browse files
cinderblocktimg236
authored andcommitted
Make any keypress work to close the window
1 parent a993e5c commit 964619b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

win32/rpi-mass-storage-gadget64.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ rpiboot -d mass-storage-gadget64
66
@echo EMMC/NVMe devices should be visible in the Raspberry Pi Imager in a few seconds.
77
@echo For debug, you can login to the device using the USB serial gadget - see COM ports in Device Manager.
88
@echo:
9-
set /p dummy=Press a key to close this window.
9+
@echo | set /p dummy=Press a key to close this window.
10+
@pause > nul

0 commit comments

Comments
 (0)