faire un script BATCH

faire un script BATCH - Shell/Batch - Programmation

Marsh Posté le 24-03-2008 à 08:53:26    

E commence tout juste a apprendre le BATCH
 
Je connais les commandes en general ...Et dés qu'on me demande d'ecrire un script...je bloque
Est ce que quelqu'un pourrait m'aider sur ce type d'exo:
 
Ecrire un script nommé affiche.bat qui affiche le contenu d'un fichier passé en parametre Sauf si le fichier est toto.txt ou tata.txt
 
Voici ce que je fais
 
@echo off
exit if toto.txt
exit if tata.txt
else type
 
Merci

Reply

Marsh Posté le 24-03-2008 à 08:53:26   

Reply

Marsh Posté le 24-03-2008 à 11:41:09    

t'es loin du compte là. regarde du côté de if exists
 
http://www.robvanderwoude.com/if.html


---------------
What if I were smiling and running into your arms? Would you see then what I see now?  
Reply

Sujets relatifs:

Leave a Replay

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