-1

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

1 Answers1

0

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
Blue
  • 22,608
  • 7
  • 62
  • 92