XML[XML] I have "rdl.bat" which is used to transform RDL into XML in case of single file, I want to know about multiple files.
here is the link of rdlack.imgur.com/s6om4.png
XML[XML] I have "rdl.bat" which is used to transform RDL into XML in case of single file, I want to know about multiple files.
here is the link of rdlack.imgur.com/s6om4.png
if you have rdl.bat you can create another bat file to call it for all .rdl files into folder:
for %%i in (C:\myrdlfiles\*.rdl) do rdl.bat %%i