X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=update_test.bat;fp=update_test.bat;h=5c734657314f73d930fe1db615c0d29b817b633e;hb=5b3fa6fac8a53d1ce7d43d6c506db104a42c206a;hp=0000000000000000000000000000000000000000;hpb=28e1ecf7c5b45d5deeb87d488f32d44e0ea2fd11;p=pompage.git diff --git a/update_test.bat b/update_test.bat new file mode 100644 index 0000000..5c73465 --- /dev/null +++ b/update_test.bat @@ -0,0 +1,14 @@ +@echo off + +if "%1" == "" goto plop + +cd src +C:\ruby\bin\ruby yopyop.rb -u %1 -x ../xml/test.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