Macros can be launched within batch files (*.bat) in the syntax below:
JMBAT MacroName
MacroName - Name of the macro to be launched.
JMBAT is an EXE file located in the Windows directory. If the specified
macro is launched, JMBAT will return immediately. Otherwise, an error message will be returned. Please make sure that Journal Macro is running when JMBAT is called.
Example:
You can use the following command to call the tutorial macro named
"Tutorial 1 - Start here".
-------------------------------- jmbat Tutorial 1 - Start here --------------------------------
Notes:
- White spaces at the end of the macro names are ignored. There is no difference between "jmbat Tutorial 1 - Start here" and "jmbat Tutorial 1 - Start here ".
|