Thanx to the posts here i can now open a report from a dos batch file, set it to automatically refresh through the options panel BUT
i refresh 300 reports so how do i get the batch file to close down after the refresh otherwise i have a huge memory leak and 300 clicks to close the app
I’ve a similar requirement.
Opening a Business Objects from command line. (This is done)
Refrsh the report. (Set an option in Tools–>OPtions --> Save —> Refresh on Open)
Save the report in the text format. (Not Done)
Close the report. (Not Done).
I’ve written one batch file to open up Business Objects from command line but unable to perform step 3 and step 4.
I tried with SendKeys(Alt + “F4”) in command line to close the application. But it is not at all closing.
Please let me know is there any way to do this (other than BCA).