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/update.bat

13 lines
375 B
Batchfile

@echo off
timeout 2 > nul
DEL "Medicat Installer.exe"
DEL "MediCat_Installer.exe"
DEL "Medicat Installer.bat"
DEL "MediCat_Installer.bat"
cls
echo.Updating Medicat Installer. Please wait while the new file is downloaded.
11 months ago
curl http://url.medicatusb.com/installerupdate -o Medicat_Installer.bat -q -L
cls
start cmd /k Medicat_Installer.bat Medicat_Installer.bat
del %0 && exit