You must first change directory to BE_HOME/studio/bin.
Then the command which correctly exports the Domain Model with the DecisionTable is: '.\studio-tools.exe -dt exportToExcel -studioProjPath TIBCO_HOME\examples\decision_manager\CreditCardApplication\CreditCardApplication -dtPath \Virtual_RF\ProcessApplication.rulefunctionimpl -excelPath .'
If you add '-e TIBCO_HOME\examples\decision_manager\CreditCardApplication\CreditCardApplication.ear' the DecisionTable will be exported but the Domain Model will NOT be present in the Excel file.
Issue/Introduction
If you use the -e option to provide the EAR studio-tools will not export the any Domain Model with the Decision Table (DT).
Environment
All
Resolution
Remove the -e option. This is being investigated as a bug.