Initiation a BATCH
Fermé
bansan
Messages postés
122
Date d'inscription
samedi 7 février 2004
Statut
Membre
Dernière intervention
8 mai 2011
-
23 mars 2008 à 19:49
amigo - 25 mars 2008 à 09:23
amigo - 25 mars 2008 à 09:23
A voir également:
- Initiation a BATCH
- Fichier batch - Guide
- Batch renommer une partie du nom de plusieurs fichiers - Guide
- Batch net use - Forum Réseau
- Script batch utile ✓ - Forum Programmation
- Color batch - Forum Autoit / batch
2 réponses
cchristian
Messages postés
921
Date d'inscription
lundi 21 janvier 2008
Statut
Membre
Dernière intervention
6 mars 2012
131
24 mars 2008 à 18:12
24 mars 2008 à 18:12
Bonjour,
Je te propose cela :
Je te propose cela :
@echo off CD C:\Documents and Settings\Christian\Mes documents\BATCH_files IF "%1" == "toto.txt" ( ECHO on ignore %1 ) ELSE ( IF "%1" == "tata.txt" ( ECHO on ignore %1 ) ELSE ( ECHO on edite %1 TYPE %1 ) )
25 mars 2008 à 08:41
Merci pour le script
A vrai dire je ne comprenais pas la phrase "...de la commande passé en parametre..."
Je ne voyais pas comment la prendre en compte...