•
•
•
•
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 403,490 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 4,230 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: 33309 | Replies: 15
![]() |
•
•
Join Date: May 2004
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
Hi-
I am completely new at programming. In fact, I haven't even started classes yet, just reading an old second-hand book on QBASIC. I've gotten to a part where it tells me how to get into QBASIC and how to write a sample program. At the DOS prompt, I typed in the command the book gave me and apparently my system does not seem to have QBASIC files at all. I tried both QBASIC and QBASIC.exe. Is there something I'm doing wrong or something I can download to get my computer to be compatible with what I'm trying to learn? Hopefully someone can help me out because I'm totally lost here. And please not too much technical wording. I can understand most but not a lot of it. Like I said I'm really new.
I am completely new at programming. In fact, I haven't even started classes yet, just reading an old second-hand book on QBASIC. I've gotten to a part where it tells me how to get into QBASIC and how to write a sample program. At the DOS prompt, I typed in the command the book gave me and apparently my system does not seem to have QBASIC files at all. I tried both QBASIC and QBASIC.exe. Is there something I'm doing wrong or something I can download to get my computer to be compatible with what I'm trying to learn? Hopefully someone can help me out because I'm totally lost here. And please not too much technical wording. I can understand most but not a lot of it. Like I said I'm really new.
•
•
Join Date: May 2004
Location: OK
Posts: 40
Reputation:
Rep Power: 5
Solved Threads: 0
First search for Qbasic.exe on your computer.
Qbasic was included starting with DOS version 5.0 and was also on the Win95 and Win98(i think) CD-ROMs.
If you find it, be sure that either you are in the folder containing Qbasic.exe when you are at the prompt or that it in the Path. (type Path from the prompt to see the directories included).
If you don't find it, then you can get it from the internet. simply do a search for it from
any search engine. Many of the QuickBasic sites will either have it or a link to it.
Qbasic was included starting with DOS version 5.0 and was also on the Win95 and Win98(i think) CD-ROMs.
If you find it, be sure that either you are in the folder containing Qbasic.exe when you are at the prompt or that it in the Path. (type Path from the prompt to see the directories included).
If you don't find it, then you can get it from the internet. simply do a search for it from
any search engine. Many of the QuickBasic sites will either have it or a link to it.
•
•
Join Date: Nov 2004
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
Try going 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: Nov 2004
Posts: 12
Reputation:
Rep Power: 4
Solved Threads: 1
For BASIC fans, you might want to take a look at
http://www.qbcafe.net/english/index.....html~qbc_main
http://www.qbcafe.net/english/index.....html~qbc_main
•
•
Join Date: Dec 2004
Posts: 9
Reputation:
Rep Power: 0
Solved Threads: 0
In reply to the original post, let's distinguish between QBASIC and QuickBASIC.
I suggest strongly using the latter - if you're actually going to write programs to use you'll need features the former doesn't offer.
And yes, one form of Basic or another was built into most PC's when they were DOS based. But I think that ended with Windows 3.1 and it became necessary to install some version of BASIC on your own.
I suggest strongly using the latter - if you're actually going to write programs to use you'll need features the former doesn't offer.
And yes, one form of Basic or another was built into most PC's when they were DOS based. But I think that ended with Windows 3.1 and it became necessary to install some version of BASIC on your own.
•
•
Join Date: Jul 2005
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
Originally Posted by pookeesha
Hi-
I am completely new at programming. In fact, I haven't even started classes yet, just reading an old second-hand book on QBASIC. I've gotten to a part where it tells me how to get into QBASIC and how to write a sample program. At the DOS prompt, I typed in the command the book gave me and apparently my system does not seem to have QBASIC files at all. I tried both QBASIC and QBASIC.exe. Is there something I'm doing wrong or something I can download to get my computer to be compatible with what I'm trying to learn? Hopefully someone can help me out because I'm totally lost here. And please not too much technical wording. I can understand most but not a lot of it. Like I said I'm really new.
Did you eventually work out how to get into QBasic? I am in a similar situation as you were. Please help. :-|
•
•
Join Date: Dec 2004
Location: Lincoln Park, Michigan
Posts: 1,744
Reputation:
Rep Power: 7
Solved Threads: 108
I'm guessing the problem is because QBasic is NOT installed. It came with older versions of Windows, and just about all DOS systems... however, with the advent of 2k and XP, I'm pretty sure that they don't have QBasic any more. I'm sure you can search around, and find a freeware version waiting for download out there somewhere..... try:
http://www.qbasic.com/frames.shtml, then click files, and compilers....
http://www.qbasic.com/frames.shtml, then click files, and compilers....
•
•
Join Date: Mar 2005
Posts: 32
Reputation:
Rep Power: 4
Solved Threads: 0
Quickbasic 4.5 for MSDOS was rather good - made me a lot of £. Hmm. I don't have any progs that won't run on my Windows XP home edition, though qbasic is even older. Qbasic was before Mr gates (who knows BASIC well, in fact that is what MSDOS was programed in all those years ago) had pushed his Co. to make BASIC (due to the retrospect obvious "make .exe option" a force to be reckoned with). Although some of the things M.Soft have done annoys me, pushing BASIC to the forefront of programing says a lot for Mr G. I expect the C++ lot will be annoyed, but it depends what you want to achieve.
![]() |
•
•
•
•
•
•
•
•
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
- Previous Thread: Programming FAQ v2.0.1!
- Next Thread: Functional Programming in CAML light



Linear Mode