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

9 lines
217 B
Batchfile

@echo off
DEL "Medicat Installer.exe"
DEL "MediCat_Installer.exe"
DEL "Medicat_Installer.bat"
DEL "Medicat Installer.bat"
REN MEDICAT_NEW.bat Medicat_Installer.bat
cls
start cmd /k Medicat_Installer.bat
del %0 && exit