6c51bd3abc1a034e13e6789cf3d7f5e024855ac8
[pompage.git] / update.bat
1 @echo off
2
3 if "%1" == "" goto plop
4
5 cd src
6 C:\ruby\bin\ruby yopyop.rb -u %1 -x ../xml/divx.xml
7 cd ..
8
9 goto fin
10
11 :plop
12 echo Il faut donner le nom d'un champ comme argument (regexp). * correspond à tous les champs
13
14 :fin