REM Fichier MysqlDump.bat if exist "Roster.SQL" ( mysqldump.exe --user=root --password=root Roster7 > Roster.SQL if %ERRORLEVEL% NEQ 0 (goto ERROR) ) else ( goto ERROR ) Echo DUMP OK goto :FIN :ERROR Echo DUMP en erreur :FIN timeout /T 10
Vous pouvez évaluer cet article en un clic. Garanti sans gluten. Merci !
(Evaluations : 0 / Moyenne : 0)