set defaultsize to 32 GiB

This commit is contained in:
Michael H.G. Schmidt 2023-02-20 10:00:21 +01:00
parent 4fd7136bb6
commit 7ca7bf4a7c

View File

@ -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 ======