runreport

This command will execute the report with the given title. Note that this only applies to custom reports and they must be non-interactive - ie. They cannot request values from the user. Attempting to run an interactive custom report will result in an error.

The report output is piped to STDOUT. This means you can redirect it to a file of your choice in a script and then take further action (NB: This works for both Windows and UNIX).

Example:

asmcmd runreport Custom%Inventory > file.html
Runs the report named ``Custom Inventory'' and saves it to ``file.html''.



http://sheltermanager.sf.net