X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=update.bat;fp=update.bat;h=6c51bd3abc1a034e13e6789cf3d7f5e024855ac8;hb=5b3fa6fac8a53d1ce7d43d6c506db104a42c206a;hp=0000000000000000000000000000000000000000;hpb=28e1ecf7c5b45d5deeb87d488f32d44e0ea2fd11;p=pompage.git diff --git a/update.bat b/update.bat new file mode 100644 index 0000000..6c51bd3 --- /dev/null +++ b/update.bat @@ -0,0 +1,14 @@ +@echo off + +if "%1" == "" goto plop + +cd src +C:\ruby\bin\ruby yopyop.rb -u %1 -x ../xml/divx.xml +cd .. + +goto fin + +:plop +echo Il faut donner le nom d'un champ comme argument (regexp). * correspond à tous les champs + +:fin \ No newline at end of file