utiliser la commande for :/ UPDATE urgent ::/

utiliser la commande for :/ UPDATE urgent ::/ - Shell/Batch - Programmation

Marsh Posté le 16-12-2002 à 16:34:30    

Faire un script (ridicule) utilisant la commande for pour rechercher un fichier (param1) dans un repertoire (param2) en utilisant ces scripts ou sans les utiliser !!!

Code :
  1. existe.bat:
  2. @ECHO OFF
  3. SET ERRORLEVEL=0
  4. IF EXIST %1 SET ERRORLEVEL=1
  5. script2.bat:
  6. @ECHO OFF
  7. CALL EXISTE %1
  8. IF %ERRORLEVEL%==1 ECHO %1 existe
  9. IF %ERRORLEVEL%==0 ECHO %1 n existe


 
 
 
Merci de m'aider je ne comprends rien a l help de for :/


Message édité par fraga le 16-12-2002 à 16:49:51

---------------
Life is short, Take it easy :)
Reply

Marsh Posté le 16-12-2002 à 16:34:30   

Reply

Marsh Posté le 20-12-2002 à 18:31:40    

Fallait pô jouer a Blobby Volley, branleur va !

Reply

Marsh Posté le 20-12-2002 à 21:11:37    

SET T=NO
for /F %%I in ('dir /b %2') do if %%I==%1 SET %T=YES
echo %T%


 
Voila, mais pour quelque chose d'aussi urgent :non: , tu aurais pu y passer un peu de temps...


---------------
each day I don't die is cheating
Reply

Sujets relatifs:

Leave a Replay

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