Add files via upload

pull/27/head 3501
Matthew Clark 1 year ago committed by GitHub
parent d9ff870396
commit faf9304052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@
title Medicat Installer [STARTING] title Medicat Installer [STARTING]
cd /d %~dp0 cd /d %~dp0
Set "Path=%Path%;%CD%;%CD%\bin;" Set "Path=%Path%;%CD%;%CD%\bin;"
set localver=3500 set localver=3501
set maindir=%CD% set maindir=%CD%
set format=Yes set format=Yes
set formatcolor=2F set formatcolor=2F
@ -50,11 +50,11 @@ Set /P warn=bypass this warning by typing "I AGREE": || Set warn=no
If "%warn%"=="no" exit If "%warn%"=="no" exit
If /i "%warn%"=="I AGREE" goto oscheckpass If /i "%warn%"=="I AGREE" goto oscheckpass
:oscheckpass :oscheckpass
echo.Using Supported version of windows. echo.Using Supported version of windows. (10/11)
timeout 1 > nul timeout 1 > nul
md bin md bin
cd %maindir%\bin cd %maindir%\bin
curl -O -s https://eternallybored.org/misc/wget/1.21.3/%bit%/wget.exe curl https://raw.githubusercontent.com/mon5termatt/medicat_installer/main/bin/wget-%bit%.exe -o wget.exe
cd %maindir% cd %maindir%
@ -326,8 +326,7 @@ echo.Please Wait, Installing Ventoy. Please close the file explorer when done.
cd .\Ventoy2Disk\ cd .\Ventoy2Disk\
Ventoy2Disk.exe VTOYCLI /I /Drive:%drivepath%: %arg1% %arg2% Ventoy2Disk.exe VTOYCLI /I /Drive:%drivepath%: %arg1% %arg2%
cd %maindir% cd %maindir%
echo.Please hit enter, The format diolouge is dumb format %drivepath%: /FS:NTFS /X /Q /V:Medicat /Y
format %drivepath%: /FS:NTFS /X /Q /V:Medicat
goto installversion goto installversion
:error :error

Loading…
Cancel
Save