VOGONS


FILES= in config

Topic actions

First post, by colinj

User metadata
Rank Newbie
Rank
Newbie

The config file doesn't accept a FILES= statement. How do I specify that I need 70 open files? I do business program development, not games.

Colin G Jameson, Jr.

Reply 1 of 7, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

dosbox allows opening of 127 files by default.
so maybe the detection by program and dosbox don't mix. We would have to debug the program

Water flows down the stream
How to ask questions the smart way!

Reply 2 of 7, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

try that: in the folder you mount as c, coy a text file there with the name config.sys and write the line
FILES=70
in it. Just maybe the game/program is stupid 😀

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 3 of 7, by colinj

User metadata
Rank Newbie
Rank
Newbie

No, I am the one who is stupid. I just manually counted files and there are 136. Is there any way around my problem, or do I have to close and reopen files? The application is chock full of index files.

Colin G Jameson, Jr.

Reply 4 of 7, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

files!=open files

Reply 5 of 7, by colinj

User metadata
Rank Newbie
Rank
Newbie

Seems to be a lot of stupidity around here. I did what you suggested and it works! Thank a bunch.

Colin G Jameson, Jr.

Reply 7 of 7, by colinj

User metadata
Rank Newbie
Rank
Newbie

Sorry, false alarm. It worked because I created an .EXE module instead of running unlinked .OBJs. The latter requires more files. The config.sys file actually made no difference.

Colin G Jameson, Jr.