How do I include multiple user-written modules when starting OpenDX?
To specify multiple user-written modules on the command line when starting OpenDX, concatenate all of your individual .mdf files together into a single mdf file and use this file at startup. For example if the list of files is contained in a file named “allmodules.mdf” then then you would start OpenDX with the command “dx -mdf allmodules.mdf”.