Say I configured MameWah to have many emulators and each one of the INI files indicates "C:\" as the drive where everything is installed. Now say I burn all that stuff to DVDs in case I would like to reinstall everything at a later time (ie: after reinstalling an OS, installing to another computer, etc...)
It would seem that I would need to reinstall all of my files to the "C:\" drive again since all INI files indicate this drive letter.
Does MameWah have a way of indicating a default drive letter, so if I decided to reinstall everything to another drive (ie: "G:\") then everything would work fine without having to update any INI files with the new drive letter?
If not, then how about MameWah implement a [installDriveLetter] variable which it maintains similiar to the other types it currently defines (ie: [rompath], [romext], etc...)
This way a person can decide to use either in the INI files:
Example line of INI file showing different ways to do same thing:
1) This way a person can still state a drive letter to use explicitly
emulator_commandline C:\z26\z26.exe
"[rompath]\[name].[romext]" -u15 {nodosbox}{safelaunch}
2) This way indicates the drive letter which should be used should come from the setting located in the "MameWah.ini" file:
emulator_commandline [installDriveLetter]\z26\z26.exe
"[rompath]\[name].[romext]" -u15 {nodosbox}{safelaunch}
Did this make sense?