First post, by jbaguire
Have searched forum after forum on this and pieced together information from 4 seperate forums to make some OLD accounting software work in DosBox, and we had trouble afterwards with two people in the same file in a database.
We fixed this by extracting MS-DOS ver. 6.22 contents into a folder in the same directory of the accounting software and running the SHARE.EXE in autoexec... here is the autoexec settings:
VER SET 6 22
MOUNT K K:\
MOUNT J J:\
J:
CD msdos622
SHARE.EXE
CD ..
APPLICATION.EXE
The K drive is the database and the J drive is the program. We have the extracted MS-DOS disk in a folder where the program is stored and at the beginning we change the version of dosbox to the correct one...6.22.
Now they are able to access the same database files.
This shows that changing the version of dosbox as well as pointing dosbox at SHARE.EXE, will allow you to run it for harder programs.