1.1 Huge refractor, save multiple csvs as one xml
This commit is contained in:
9
BudaPortaXmlConvertSeparate.bat
Normal file
9
BudaPortaXmlConvertSeparate.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
|
||||
if exist %1\* (
|
||||
for /R "%1" %%f in (*.csv) do ( python %~dp0\BudaPortaXmlConvert.py "%%f")
|
||||
) else (
|
||||
python %~dp0\BudaPortaXmlConvert.py %1
|
||||
)
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user