Mise en place d'une sauvegarde versionnée

This commit is contained in:
2025-05-17 08:43:35 +02:00
parent b921838aa5
commit ef9f0dc134
10 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
@echo off
echo ===============================
echo Installation MySQL ODBC 9.3.0
echo ===============================
echo Installation des composants requis...
start /wait vc_redist.x64.exe /quiet /norestart
start /wait mysql-connector-odbc-9.2.0-winx64.msi /quiet
echo Installation terminée.
pause