You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
medicat_installer/hasher/CheckFiles.bat

7 lines
229 B
Batchfile

@echo off
cd /d %~dp0
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