1.1 Huge refractor, save multiple csvs as one xml

This commit is contained in:
2021-06-02 14:41:22 +02:00
parent 19f1ac487a
commit 4a6d34da4d
3 changed files with 145 additions and 70 deletions

View File

@@ -1,11 +1,5 @@
@echo off
if exist %1\* (
for /R "%1" %%f in (*.csv) do ( python %~dp0\BudaPortaXmlConvert.py "%%f")
@REM for /f %%a IN ('dir /b /s %1') do python %~dp0\BudaPortaXmlConvert.py "%%a"
@REM echo Directory
) else (
python %~dp0\BudaPortaXmlConvert.py %1
)
python %~dp0\BudaPortaXmlConvert.py %1
pause