bugfix
This commit is contained in:
parent
953815a118
commit
6f3e5fff62
@ -73,10 +73,11 @@ echo.
|
|||||||
|
|
||||||
rem check SOURCE for files LARGER 4 GB in case FAT32 was chosen ...
|
rem check SOURCE for files LARGER 4 GB in case FAT32 was chosen ...
|
||||||
if /i "%DRIVETYPE%" EQU "fat32" (
|
if /i "%DRIVETYPE%" EQU "fat32" (
|
||||||
for /f "tokens=*" %%F in ('"dir /S /B /A-D %W10%"') do if %%~zF GEQ %FOURGB% (
|
for /f "tokens=*" %%F in ('"dir /S /B /A-D %W10%"') do if %%~zF GTR %FOURGB% (
|
||||||
echo ERROR: The file [ %%F ] is greater than 4GB in size, cannot copy this to a FAT32 filesystem!
|
echo ERROR: The file [ %%F : %%~zF bytes ] is greater than 4GB in size - cannot copy this to a FAT32 filesystem!
|
||||||
exit /b
|
exit /b
|
||||||
)
|
)
|
||||||
|
exit /b
|
||||||
)
|
)
|
||||||
|
|
||||||
set answer=B
|
set answer=B
|
||||||
|
Loading…
Reference in New Issue
Block a user