mirror of
https://github.com/mon5termatt/medicat_installer
synced 2024-11-15 12:12:51 +00:00
74 lines
2.9 KiB
Batchfile
74 lines
2.9 KiB
Batchfile
@echo off
|
|
Set "Path=%Path%;%CD%;%CD%\bin;"
|
|
set maindir=%CD%
|
|
if defined ProgramFiles(x86) (set bit=64) else (set bit=32)
|
|
set file1=1q8gulgxsQjEveNcf2ZLSOpQgroJ78CZq
|
|
set file2=1xMiquzKsfW1LUd8RmypMO3Z7PzilY9lu
|
|
set file3=1nhFdNHYiWhsh__uL6h1qo2QMceEcqhEy
|
|
set file4=1uO9I1poXhwJ-FP7n1kFS6NY7na_ZrSZR
|
|
set file5=1ubWGDRP3Cy2bk1yU008TGMQ0zRA2lsVF
|
|
set file6=1k78sLJTUyxW-zu7rwn9crHYZjHjah3OE
|
|
set file7=1xQJDoqMx72gnmiIDl5HJoWTWCmLWOr7N
|
|
set file8=1b8ZJonZfq9B3UDc1PSAQ2nynE-wRua9z
|
|
set file9=1ciT345w9PINo95siK05i-gEjYjF0zlwC
|
|
set file10=1CoiChOCUgX5uLxz6SmwR2xPAboQ_wLXv
|
|
set file11=1SJxlEyIGwbOZBr4OV4fdS23xnl0NTgH4
|
|
set file12=1jSYbrQFqg5rhOMWy_kWW_nuGCcZ-VfuK
|
|
|
|
if exist "%CD%\WPy%bit%-31080\" (goto download)
|
|
wget https://github.com/winpython/winpython/releases/download/5.0.20221030final/Winpython%bit%-3.10.8.0dot.exe
|
|
Winpython%bit%-3.10.8.0dot.exe -y
|
|
:download
|
|
cd WPy%bit%-31080\scripts
|
|
call env_for_icons.bat
|
|
if not "%WINPYWORKDIR%"=="%WINPYWORKDIR1%" cd %WINPYWORKDIR1%
|
|
pip install gdown
|
|
cls
|
|
echo. Attempting to download from MAIN directory
|
|
gdown %file1% -O %maindir%\MediCat.USB.v21.12.zip.001
|
|
gdown %file2% -O %maindir%\MediCat.USB.v21.12.zip.002
|
|
gdown %file3% -O %maindir%\MediCat.USB.v21.12.zip.003
|
|
gdown %file4% -O %maindir%\MediCat.USB.v21.12.zip.004
|
|
gdown %file5% -O %maindir%\MediCat.USB.v21.12.zip.005
|
|
gdown %file6% -O %maindir%\MediCat.USB.v21.12.zip.006
|
|
title Medicat Installer [HASHCHECK]
|
|
cls
|
|
if exist "%CD%\*.001" (echo..001 Exists) else (goto gdriveerror)
|
|
if exist "%CD%\*.002" (echo..002 Exists) else (goto gdriveerror)
|
|
if exist "%CD%\*.003" (echo..003 Exists) else (goto gdriveerror)
|
|
if exist "%CD%\*.004" (echo..004 Exists) else (goto gdriveerror)
|
|
if exist "%CD%\*.005" (echo..005 Exists) else (goto gdriveerror)
|
|
if exist "%CD%\*.006" (echo..006 Exists) else (goto gdriveerror)
|
|
goto verifyfiles
|
|
|
|
|
|
:gdriveerror
|
|
echo. Attempting MIRROR dir
|
|
gdown %file7% -O %maindir%\MediCat.USB.v21.12.zip.001
|
|
gdown %file8% -O %maindir%\MediCat.USB.v21.12.zip.002
|
|
gdown %file9% -O %maindir%\MediCat.USB.v21.12.zip.003
|
|
gdown %file10% -O %maindir%\MediCat.USB.v21.12.zip.004
|
|
gdown %file11% -O %maindir%\MediCat.USB.v21.12.zip.005
|
|
gdown %file12% -O %maindir%\MediCat.USB.v21.12.zip.006
|
|
echo.
|
|
title Medicat Installer [HASHCHECK]
|
|
cls
|
|
if exist "%CD%\*.001" (echo..001 Exists) else (goto downloadfail)
|
|
if exist "%CD%\*.002" (echo..002 Exists) else (goto downloadfail)
|
|
if exist "%CD%\*.003" (echo..003 Exists) else (goto downloadfail)
|
|
if exist "%CD%\*.004" (echo..004 Exists) else (goto downloadfail)
|
|
if exist "%CD%\*.005" (echo..005 Exists) else (goto downloadfail)
|
|
if exist "%CD%\*.006" (echo..006 Exists) else (goto downloadfail)
|
|
goto verifyfiles
|
|
:downloadfail
|
|
echo.Was unable to download via drive. please try the torrent
|
|
pause
|
|
goto exit
|
|
|
|
|
|
:verifyfiles
|
|
wget "http://cdn.medicatusb.com/files/hasher/Google_Drive_Validate_Files.exe" -O ./Google_Drive_Validate_Files.exe -q
|
|
start Google_Drive_Validate_Files.exe Google_Drive_Validate_Files.exe
|
|
:exit
|
|
exit
|