Bonjour,
J'aimerai pouvoir faire un fichier texte paramétrable donc utiliser une chaine de caractere comme variable dans mon fichier batch
Code Batch :
Fichier text :Code:
1
2 C:\wamp\bin\mysql\mysql5.5.8\bin\mysql -h localhost -u root -pmdp < tmp_bddname\tmp_query.sql > tmp_bddname\tmp_databases_list.txt
Soit remplacer C:\wamp\bin\mysql\mysql5.5.8\bin\mysql par %chemin_mysql% dans mon batchCode:chemin_mysql=le chemin de mon choix
Merci :)