mirror of
https://github.com/mon5termatt/medicat_installer
synced 2024-11-15 12:12:51 +00:00
19b0285a7a
Adds translation compatibility and buttons
9 lines
217 B
Batchfile
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 |