Start Method
- Last UpdatedJan 20, 2023
- 1 minute read
To give each session a private copy of the environment and to supply the application with all its input data, each session is started by the Job Launcher. This is achieved by having a special starter program (marjobstarter.exe) responsible for starting sessions.
This command line will create and execute a new instance of the batch program Hull Parts List.
marjobstarter.exe -input c:\input.dat -application "Hull Parts List".
The job launcher waits in the background for the application to terminate and sends notification messages to the log viewer about the execution status.