First post, by Malvineous
- Rank
- Oldbie
Hi all,
I am writing a program that can modify some DOS games (e.g. so you can make your own levels) and I would like it to be able to launch DOSBox so you can preview your changes in the game itself.
Under Linux this is fairly easy as the binary is almost always in /usr/bin, but under Windows it looks like the folder name depends on the DOSBox version, and the user is given the option to change it during installation.
Is there some sure-fire way of working out where DOSBox was installed to? Are there any registry keys or file associations that can be examined for this? If not it's no big deal, it just means users will have to browse for dosbox.exe first. But if there's an easy way to avoid this step and automatically locate DOSBox, that'd be great.