Yes... however we're looking at a couple hundred folders and a couple thousand instances of current.xrp
Was looking more along the line of a process that would do a search for all files named current.xrp then do a convert to report.pdf, and save it to the same subdirectory as the source current.xrp file.
This way if there are any changes to the directory structure, we don't have to edit the script to account for that change.
Hope this clarifies my intentions.
Thanks!
Main Topics
Browse All Topics





by: gatorvipPosted on 2008-01-15 at 13:42:09ID: 20666990
Just for clarification... you want to create a batch file that contains code to the effect of
(where convert is the conversion application, from txt to pdf, into which you feed 2 parameters, source and destination)
Select allOpen in new window