[Batch] Deux if exist marche pas bien

Deux if exist marche pas bien [Batch] - Shell/Batch - Programmation

Marsh Posté le 19-09-2008 à 15:18:48    

Bonjour,
 
Je suis bloqué dans mon login script en Batch.
Je souhaite imbriqué deux conditions de test donc j'ai mis 2 if exist mais ca ne marche malgré que les 2 conditions il exécute mon script quand meme :
 
If exist c:\fichier1 goto Exit_Suppr
If exist c:\fichier2 goto Exit2_Suppr
echo Suppression du fichier parametrage >>C:\demarrage.log
del /Q/A/F "C:\SAV\toto.txt"
etc.....
 
 
:Exit_Suppr
:Exit2_Suppr
 
malgré la présence du fichier1 ou du fichier2 le script s'exécute sur les pcs et ne sort pas avec les gotos. Si quelqu'un peut m'aider merci.


---------------
_    _              _  
Reply

Marsh Posté le 19-09-2008 à 15:18:48   

Reply

Marsh Posté le 29-09-2008 à 07:46:43    

essaye:

Citation :


If exist c:\fichier1 goto Exit
If exist c:\fichier2 goto Exit

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed