[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
1 echo off 2 for /F "tokens=1,* delims==" %%a in (%1) do ( 3 if "%%b"=="%2;" ( 4 echo inside if 5 echo %%a=%3;>> %1.tmp 6 ) else ( 7 echo inside else 8 if "%%b"=="" ( 9 echo inside else if 10 echo %%a>> %1.tmp 11 ) else ( 12 echo inside last else 13 echo %%a=%%b>> %1.tmp 14 )) 15 ) 16 move /Y %1.tmp %1
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |