From f1e0a6c730083abc39e9cdec5d59e3e95e6537d2 Mon Sep 17 00:00:00 2001 From: Matthew Clark <43628254+mon5termatt@users.noreply.github.com> Date: Sun, 17 Mar 2024 06:35:44 -0500 Subject: [PATCH] Update Medicat_Installer.bat --- Medicat_Installer.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Medicat_Installer.bat b/Medicat_Installer.bat index c5affd4..d4669a0 100644 --- a/Medicat_Installer.bat +++ b/Medicat_Installer.bat @@ -98,8 +98,6 @@ echo. Press any key to accept this warning.&& pause >nu :startbinfiles title Medicat Installer [FILECHECK] cls -set flag=0 -set size=0 echo.Downloading Initial Files, Please wait. curl "https://raw.githubusercontent.com/mon5termatt/medicat_installer/main/bin/QuickSFV.EXE" -o ./bin/QuickSFV.exe -s -L call :filesize bin/QuickSFV.exe @@ -647,6 +645,7 @@ goto installver :exit exit +:checkfile :filesize set size=%~z1 exit /b 0