Question:
How can I reference a MusicMaster data directory?
How can I point to the MusicMaster def files (interfaces)?
Answer:
There are three ways to refer to a directory containing MusicMaster databases and/or def files to refer to
1. MusicMaster.ini
In the directory where the MusicMaster.exe is located (e.g. C:\Program Files (x86)\MusicMaster), the existing MusicMaster.ini is adapted or newly created with the following entry:
[OPTIONS]
DataPath=\\yourserver\yourshare\folderwith_mmd_or_def\
2. Link to path
Set the path in app shortcut after the MusicMaster.exe
"C:\Program Files (x86)\MusicMaster\MusicMaster.exe" "
Link to data directory option
Implemented like option 2 (above), but with command switches (argument) /DataPath=
"C:\Program Files (x86)\MusicMaster\MusicMaster.exe" /DataPath="\\yourserver\yourshare\folderwith_mmd_or_def\\"
This option is useful if multiple command switches are used or MusicMaster is started via task manager or script.
Comments
0 comments
Please sign in to leave a comment.