ADD Ajout de la possibilité de mettre à jour des champs de la bd
[pompage.git] / update.bat
diff --git a/update.bat b/update.bat
new file mode 100644 (file)
index 0000000..6c51bd3
--- /dev/null
@@ -0,0 +1,14 @@
+@echo off\r
+\r
+if "%1" == "" goto plop\r
+\r
+cd src\r
+C:\ruby\bin\ruby yopyop.rb -u %1 -x ../xml/divx.xml\r
+cd ..\r
+\r
+goto fin\r
+\r
+:plop\r
+echo Il faut donner le nom d'un champ comme argument (regexp). * correspond à tous les champs\r
+\r
+:fin
\ No newline at end of file