BatchFile " FIND " Statement
Résolu/Fermé
koalatic
Messages postés
330
Date d'inscription
lundi 9 juillet 2007
Statut
Membre
Dernière intervention
11 août 2015
-
18 févr. 2013 à 11:23
koalatic Messages postés 330 Date d'inscription lundi 9 juillet 2007 Statut Membre Dernière intervention 11 août 2015 - 18 févr. 2013 à 22:21
koalatic Messages postés 330 Date d'inscription lundi 9 juillet 2007 Statut Membre Dernière intervention 11 août 2015 - 18 févr. 2013 à 22:21
A voir également:
- BatchFile " FIND " Statement
- Ava find - Télécharger - Divers Utilitaires
- Partition find and mount - Télécharger - Récupération de données
- Find junk files - Télécharger - Nettoyage
- An exception occurred in the driver: could not find driver - Forum PHP
- Find grep ✓ - Forum Linux / Unix
2 réponses
dubcek
Messages postés
18758
Date d'inscription
lundi 15 janvier 2007
Statut
Contributeur
Dernière intervention
24 décembre 2024
5 623
18 févr. 2013 à 16:33
18 févr. 2013 à 16:33
hello
peut-être : après les tests de langue, il continue avec goto :Login qui n'existe pas
peut-être : après les tests de langue, il continue avec goto :Login qui n'existe pas
koalatic
Messages postés
330
Date d'inscription
lundi 9 juillet 2007
Statut
Membre
Dernière intervention
11 août 2015
21
18 févr. 2013 à 22:21
18 févr. 2013 à 22:21
J'ai trouver mon erreur. J'ai refais mon script et voila ce que sa donne.
@Echo off Goto :Config :Config Set time=%time:~0,2%:%time:~3,2%:%time:~6,2% Goto :StartUp :StartUp Cls If Exist config.dat ( Find "Language: Fr_Ca" Config.dat If Not ERRORLEVEL 1 ( Cls Echo Francais Pause ) If ERRORLEVEL 1 ( Cls Echo English Pause ) ) If Not Exist config.dat ( Set fr=Fran#ais Set en=English Goto :ConfigFile ) Goto :StartUp :ConfigFile Cls Echo. Echo 1. Fran#ais Echo 2. English Echo. Set /p Lang= If "%Lang%"=="1" ( Cls Echo. Echo Le %fr% ... 't' d'fini comme langue par d'faut. Echo. Pause Echo Language: Fr_Ca > Config.dat Goto :StartUp ) If "%Lang%"=="2" ( Cls Echo. Echo The %en% language has been set as default. Echo. Pause Echo Language: En_Us > Config.dat Goto :StartUp ) Goto :ConfigFile
Modifié par koalatic le 18/02/2013 à 18:56
J'ose pensé que c'est mon FIND qui est mal écrit.