diff --git a/05_FormatStick.cmd b/05_FormatStick.cmd index 57c7c2e..17e9945 100644 --- a/05_FormatStick.cmd +++ b/05_FormatStick.cmd @@ -65,10 +65,10 @@ set FS= :CONT2 echo selected: %FS% -set SIZE= +set SIZE=32768 :asksize echo. - set /p SIZE="Please enter size in MB [max]: " + set /p SIZE="Please enter size in MB [%SIZE%]: " if /i "%SIZE%" EQU "" ( GOTO CONT3 @@ -138,3 +138,4 @@ echo. echo ====== echo READY. echo ====== +