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 :CONT2
echo selected: %FS% echo selected: %FS%
set SIZE= set SIZE=32768
:asksize :asksize
echo. echo.
set /p SIZE="Please enter size in MB [max]: " set /p SIZE="Please enter size in MB [%SIZE%]: "
if /i "%SIZE%" EQU "" ( if /i "%SIZE%" EQU "" (
GOTO CONT3 GOTO CONT3
@ -138,3 +138,4 @@ echo.
echo ====== echo ======
echo READY. echo READY.
echo ====== echo ======