Adding Arguments to a Macro in Batch Mode

You can use command-line arguments in a batch run macro.

The following command-line arguments can be used in a batch run macro:

  • Pass in property definitions:

    -jvmargs -Dmyprop=myvalue

    Multiple instances of -jvmargs are permitted.

  • Include System.getProperty("myprop") in the macro.