[.bat] Paramètres de batch

Paramètres de batch [.bat] - Shell/Batch - Programmation

Marsh Posté le 06-04-2006 à 10:45:58    

Voici mon fichier bat :  
echo %1 > c:\foo.txt
 
Si je le lance sous dos, avec comme paramètre ``bar'', il me remplit bien mon fichier.
Si je le lance par démarrer > Excecuter, ça ne marche pas.
 
Comment faire pour que ça marche (possible avec un .bat?)

Reply

Marsh Posté le 06-04-2006 à 10:45:58   

Reply

Marsh Posté le 06-04-2006 à 13:33:55    

Comment tu le lances ?
 
Si le script n'est pas dans ton PATH, il faut préciser son chemin complet.

Reply

Marsh Posté le 06-04-2006 à 14:18:27    

Non j'ai trouvé.
Si je fais (dans démarrer > executer):  
c:\mon\chemin\foo.bat bar
... ça ne marche pas.
Si je fais :  
cmd /c "c:\mon\chemin\foo.bat bar"
Ca marche.

Reply

Sujets relatifs:

Leave a Replay

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