Quick Basic On Windows XP

Reply

Join Date: Oct 2004
Posts: 67
Reputation: N3wbi3C0d3r is an unknown quantity at this point 
Solved Threads: 0
N3wbi3C0d3r's Avatar
N3wbi3C0d3r N3wbi3C0d3r is offline Offline
Junior Poster in Training

Quick Basic On Windows XP

 
0
  #1
Oct 28th, 2004
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?
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,036
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 129
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is online now Online
The Queen of DaniWeb

Re: Quick Basic On Windows XP

 
0
  #2
Nov 1st, 2004
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
Follow my Twitter feed! twitter.com/daniweb
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 67
Reputation: N3wbi3C0d3r is an unknown quantity at this point 
Solved Threads: 0
N3wbi3C0d3r's Avatar
N3wbi3C0d3r N3wbi3C0d3r is offline Offline
Junior Poster in Training

Re: Quick Basic On Windows XP

 
0
  #3
Nov 2nd, 2004
When i run the program QuickBasic 7.1 (or any other versions for that matter) it says something about a Windows NT file cannot open the dos file. Never knew there was a dos shell in XP thaught just command prompt.
I beleive in Technology is the future, and thats were I want to be.
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 67
Reputation: N3wbi3C0d3r is an unknown quantity at this point 
Solved Threads: 0
N3wbi3C0d3r's Avatar
N3wbi3C0d3r N3wbi3C0d3r is offline Offline
Junior Poster in Training

Re: Quick Basic On Windows XP

 
0
  #4
Nov 4th, 2004
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....
I beleive in Technology is the future, and thats were I want to be.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 2
Reputation: HarryVanWoerden is an unknown quantity at this point 
Solved Threads: 0
HarryVanWoerden HarryVanWoerden is offline Offline
Newbie Poster

Re: Quick Basic On Windows XP

 
0
  #5
Nov 7th, 2004
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.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 9
Reputation: ethveg is an unknown quantity at this point 
Solved Threads: 0
ethveg ethveg is offline Offline
Newbie Poster

Re: Quick Basic On Windows XP

 
0
  #6
Dec 4th, 2004
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.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 207
Reputation: Real-tiner is an unknown quantity at this point 
Solved Threads: 8
Real-tiner Real-tiner is offline Offline
Posting Whiz in Training

Re: Quick Basic On Windows XP

 
0
  #7
Mar 25th, 2005
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.
Reply With Quote Quick reply to this message  
Join Date: Mar 2005
Posts: 32
Reputation: MrConfused is an unknown quantity at this point 
Solved Threads: 0
MrConfused MrConfused is offline Offline
Light Poster

Re: Quick Basic On Windows XP

 
0
  #8
Mar 27th, 2005
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.
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 15
Reputation: divminds is an unknown quantity at this point 
Solved Threads: 0
divminds divminds is offline Offline
Newbie Poster

Re: Quick Basic On Windows XP

 
0
  #9
Mar 29th, 2005
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
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 2
Reputation: pmclayton1 is an unknown quantity at this point 
Solved Threads: 0
pmclayton1 pmclayton1 is offline Offline
Newbie Poster

Re: Quick Basic On Windows XP

 
0
  #10
Apr 9th, 2005
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?
Yes; I just happened across your question. I have been running quickbasic4.5
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.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Legacy and Other Languages Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC