The command line arguments are:
project_filename [-d destination_folder] [-l log_filename] [-run]
project_filename
the name of the project file to load
-d destination_folder
the folder where the DVD files will be written.
-l log_filename
name of the log file for diagnostic messages
-run
This will cause Muxman to run in batch mode and compile the project.
MuxMan will then exit without opening the Graphical User Interface.
If -run is not specified the Graphical User Interface will open.
notes:
Muxman can be associated with the file extension ".mxp" to cause it to run in gui mode and load
the project file that was double-clicked
Programs written for the graphical user interface run as a seperate task when started from a
DOS/Command Prompt. Because of this two things happen:
It is not possible for Muxman to write to STDOUT, you must view the log file. One way is to copy
it to STDOUT with the TYPE command.
The command prompt or batch file will not wait for Muxman to complete unless started with START
start /w muxman project_filename [-d destination_folder] [-l log_filename] -run