•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Legacy and Other Languages section within the Software Development category of DaniWeb, a massive community of 426,592 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 1,667 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Legacy and Other Languages advertiser: Programming Forums
Views: 47908 | Replies: 27
![]() |
•
•
Join Date: Oct 2004
Location: Lebanon OR, 97355
Posts: 67
Reputation:
Rep Power: 4
Solved Threads: 0
•
•
Join Date: Feb 2002
Location: Lawn Guylen, NY
Posts: 10,908
Reputation:
Rep Power: 32
Solved Threads: 118
Confused what you mean. Windows XP can run a DOS emulator by clicking the Start menu, then Run... and then typing "command.com" (without the quotes, of course)
Dani the Computer Science Gal
Do you run a computer-related website? Feature it in our niche link directory!
Do you run a computer-related website? Feature it in our niche link directory!
•
•
Join Date: Oct 2004
Location: Lebanon OR, 97355
Posts: 67
Reputation:
Rep Power: 4
Solved Threads: 0
•
•
Join Date: Oct 2004
Location: Lebanon OR, 97355
Posts: 67
Reputation:
Rep Power: 4
Solved Threads: 0
Ok i did Command.com and it gave me
C:\WINDOWS\System32\command.com
C:\WINDOWS\System32\AUTOEXEC.NT. The system file is not suitable for running MS-DOS and Micosoft Windows applications. Choose 'Close' to terminate the application.
I get something similar when i use QBasic 7.1....
C:\WINDOWS\System32\command.com
C:\WINDOWS\System32\AUTOEXEC.NT. The system file is not suitable for running MS-DOS and Micosoft Windows applications. Choose 'Close' to terminate the application.
I get something similar when i use QBasic 7.1....
I beleive in Technology is the future, and thats were I want to be.
•
•
Join Date: Nov 2004
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
Go to properties of QBX.exe, click memory, set EMS to None, everything else to Auto and check uses HMA. You don't set compatibility to windows 95 or 98, and you can check the "close on exit" (optional), and then click OK. The system automatically creates the qbx.pif file that has the same attributes.
You can double click on either qbx.exe or qbx.pif and it will load any size file which some people have had a problem with. These settings works for Qbasic or Qbx.
You can double click on either qbx.exe or qbx.pif and it will load any size file which some people have had a problem with. These settings works for Qbasic or Qbx.
•
•
Join Date: Dec 2004
Posts: 9
Reputation:
Rep Power: 0
Solved Threads: 0
I installed QuickBASIC 4.5 (yeah, I know, but it's comfortable) on a P4 2.3G (w/448Megs of RAM) HP Notebook w/ 30Gigs free on the hard drive and running XP.
I first ran this QB version on a P3 166M (both under DOS and within Win3.1)and then on a P4 1.3G w/256Meg of RAM, from within Win98se.
And in both those cases it ran well and smoothly.
On the HP notebook it is SLOW and if I open two BASIC windows at the same time the machine all but stops. With just one open, other programs (and even system functions like "view Folder") become VERY slow - and CPU usage jumps to 100%.
I KNOW that QuickBasic can run smoothly in MUCH less memory than the notebook has available, with less free space on C: and with a much slower processor.
So the question is "what do I have to change to get the sustem to allocate resources in a way that doesn't slow everything down?"
TIA for any suggestions.
I first ran this QB version on a P3 166M (both under DOS and within Win3.1)and then on a P4 1.3G w/256Meg of RAM, from within Win98se.
And in both those cases it ran well and smoothly.
On the HP notebook it is SLOW and if I open two BASIC windows at the same time the machine all but stops. With just one open, other programs (and even system functions like "view Folder") become VERY slow - and CPU usage jumps to 100%.
I KNOW that QuickBasic can run smoothly in MUCH less memory than the notebook has available, with less free space on C: and with a much slower processor.
So the question is "what do I have to change to get the sustem to allocate resources in a way that doesn't slow everything down?"
TIA for any suggestions.
•
•
Join Date: Dec 2004
Posts: 207
Reputation:
Rep Power: 4
Solved Threads: 7
•
•
•
•
Originally Posted by N3wbi3C0d3r
Ok, i get Quick Basic, all version (1.1, 3.0, 4.5, 7.1) all because 1.1 doesnt work, so i keep trying then notice, there all DOS executables, and Windows XP doesnt support DOS executables. So i tried Command Prompt, hat didnt work either, technicly im screwed ;P, any ideas on how to do this on XP?
I need it too.
I am sick of how Microsoft makes things obsolete on purpose.
•
•
Join Date: Mar 2005
Posts: 32
Reputation:
Rep Power: 4
Solved Threads: 0
Quickbasic 4.5 will run under Windows XP home edition as it is on my machine and does run o.k. I don't use it anymore though. The problem with the old DOS programs is the memory restriction (just the 640K) to play with however large the actual physical memory is on your machine. The main reason I stopped using Quickbasic was because I was starting to run into the memory barrier when programming (i.e the programming language plus my code in memory at the same time was sometimes causing the "out of memory" message to appear). This could be got round to some small extent by unloading one of the forms whilst working on the other ones etc. The other problem was the enourmous slowing down effect running a DOS based program has on the other programs/printers on the system. For some reason when running a DOS program it uses practically all processor power causing other programs to slow drastically. Maybe someone else has a technical explanation as to why this happens.
Anyway the bottom line is you would be well advised IMHO to get a more modern programming language.
Hope the above helps.
Anyway the bottom line is you would be well advised IMHO to get a more modern programming language.
Hope the above helps.
•
•
Join Date: Feb 2005
Posts: 15
Reputation:
Rep Power: 4
Solved Threads: 0
Here I've built a program easy to install it will allow you to use any Dos Programs on Windows XP. Heres the Site. :cheesy:
Windows XP Dos FIX
Download DOSWinXP-Fix.exe
Windows XP Dos FIX
Download DOSWinXP-Fix.exe
•
•
Join Date: Apr 2005
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
Originally Posted by N3wbi3C0d3r
Ok, i get Quick Basic, all version (1.1, 3.0, 4.5, 7.1) all because 1.1 doesnt work, so i keep trying then notice, there all DOS executables, and Windows XP doesnt support DOS executables. So i tried Command Prompt, hat didnt work either, technicly im screwed ;P, any ideas on how to do this on XP?
for years and last year decided to try it on xp. 1) start, run, type in cmd.exe,
ok. 2) when the cmd screen and prompt come up , type cd \. 3) change
dir to whereever you have qb.exe .4) type qb.exe 5) when the quickbasic
blue screen appears, right click on title bar then properties to set up your
options for your screen. hope it works for you.
![]() |
•
•
•
•
•
•
•
•
DaniWeb Legacy and Other Languages Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
apple browser cd choose coding compilers computer core crack dell development download drm errors explorer fedora fiji ie 7 install internet languages legacy leopard linux microsoft mobile newbie news office open operating os phishing photo project security server software source surface computing system ubuntu unix upgrade vista volume windows windows update windows vista xp
- quick Basic on xp (Legacy and Other Languages)
Other Threads in the Legacy and Other Languages Forum
- Previous Thread: Simple Download To Fix QBasic on WinXP
- Next Thread: Free BASIC Tool



Linear Mode