Update CheckFiles.bat

pull/41/head
Matthew Clark 11 months ago committed by GitHub
parent 1d05d483dc
commit 164a85dabd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
@echo off
cd /d %~dp0
wget "https://raw.githubusercontent.com/mon5termatt/medicat_installer/main/hasher/MedicatFiles.md5" -O ./MedicatFiles.md5 -q
curl "https://raw.githubusercontent.com/mon5termatt/medicat_installer/main/hasher/MedicatFiles.md5" -o ./MedicatFiles.md5 -s -L
echo.Now Checking files.
start QuickSFV MedicatFiles.md5
del %0 && exit

Loading…
Cancel
Save