First post, by JIm
# Create a directory for your game, e.g. "C:\DOSBox stuff\MyGame".
(if you are on a Mac use "/Users/your-login-name/Documents/DOSBox stuff/MyGame")
# Insert CD in drive.
# Start DOSBox.
# In DOSBox, mount up DOSBox's drive C: and D:
Z:>mount C "C:\DOSBox stuff\MyGame"
Z:>mount D "D:\" -t cdrom -ioctl
(assuming that D:\ is your real CD/DVD drive. If you are on a Mac, replace "D:\" with "/Volumes/name-of-your-CD")
# Install the game from D: to C:
Z:>D:
D:>install
I do all that, then DOSBOX closes. Help?