Command Line Launch Example

Here is how to launch a business rule called Budget with the runtime prompt information for the month of the year stored in a file called MONTH.

Target:

"C:\Hyperion\eas\console\bin\CmdLnLauncher.bat"  -Sserver1 -Uadmin -Ppassword -rBudget 
-fmonth.rtp

Start in:

"C:\Hyperion\eas\console\bin"

Each command line option should be separated by spaces.

Example:

"C:\Hyperion\eas\console\bin\CmdLnLauncher.bat" -Sserver1 -Uadmin -Ppassword -rBudget -fmonth.rtp

Start in:

"C:\Hyperion\eas\console\bin"

Note:

The letters before the parameters are required. For example the "S" is required before the server name in the following: CmdLnLauncher.bat -Smyserver