Search found 5 matches

by remery35
Tue Aug 31, 2010 5:20 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: QBASIC.EXE max 16 files open at once. CONFIG FILES= no help
Replies: 12
Views: 25197

I have Windows XP Home SP3. I have had 24 QBASIC.EXE's running at the same time. Yet I could still open a browser and browse the Internet. All 24 were running a loop waiting for user input. I also had all 24 in edit mode at the same time as well. And they would each respond quickly. The trick was to...
by remery35
Mon Aug 30, 2010 4:54 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: QBASIC.EXE max 16 files open at once. CONFIG FILES= no help
Replies: 12
Views: 25197

Numbering files

I'm numbering them automatically with the built-in FREEFILE function. This function seems to be very good at using the lowest unused number, so the numbers are never higher than necessary. My program scans files. Some lines contain a reference to another file. So rather than closing the first file, ...
by remery35
Sun Aug 29, 2010 8:11 am
Forum: QBASIC and QB64 Questions & Answers
Topic: QBASIC.EXE max 16 files open at once. CONFIG FILES= no help
Replies: 12
Views: 25197

Thanks

Thank for the answer. It seems that QB45 is great for converting QuickBasic 4.x programs over to QB45 to run on Windows 7 and Vista. An important tool when doing consulting work for some of these companies. :)
by remery35
Sat Aug 28, 2010 11:08 am
Forum: QBASIC and QB64 Questions & Answers
Topic: QBASIC.EXE max 16 files open at once. CONFIG FILES= no help
Replies: 12
Views: 25197

Reply

Thanks. I'm curious though about why QBasic lists "file numbers" 1-255, but does not mention simultaneously open files. Is this because QBASIC was taken from QuickBasic 4.0 or 4.5 and they needed to apply this limitation? I'm wondering, too. What's the difference between QBASIC 1.0 and 1.1...
by remery35
Fri Aug 27, 2010 7:43 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: QBASIC.EXE max 16 files open at once. CONFIG FILES= no help
Replies: 12
Views: 25197

QBASIC.EXE max 16 files open at once. CONFIG FILES= no help

I'm using QBASIC.EXE with Windows XP. Works very good except for the number of files that can be opened simlulataneously. The max seems to be about 16, after which even the HELP files cannot be found until after I execute the END statement in the immediate pane. So I have set inside C:\WINDOWS\SYSTE...