-
-
- I have an OEM version of win98 and I can’t find it. Anybody know where it is normally placed, and/or what the file name is? Alternately, anybody know where to download a free safe interpreter?(I dunno if I can use the compiler for the class I’m in) There’s a downloadable interpreter on the school’s network, but I have no password and homework due Wednesday. - Thanks so much - MC
-
I saw a thread regarding this a while back and I think the advice was to get an older copy of DOS and extract the Qbasic exe file from the disc. You might also try going to the Microsoft web site - maybe a developer section? - and search there. It’s probably available for download from them.
Search the CD for a file called “oldmsdos”. QBasic should be in the same folder as oldmsdos.exe
Yep, it’s on the CD in the directory OLDMSDOS. If you want to pirate higher versions of QB (shh!) go here. It should work.
-
-
- Neither of my system CDs has any directory named oldmsdos, or any file named qbasic.exe. - I dunno if it’s really pirating because it’s supposed to be on MS’s website but they move it around every few months. I don’t know what all that crap they have there is; I have never found anything I needed on their site, except info on ordering stuff. - MC
-
On Windows 98 Qbasic is built into the editor. I believe the file is called Edit.exe or Edit.com.
In older versions of the OS’s Edit was a shell that would call on Qbasic, and too many times people would delete one and not be able to use the other, so with Win98 the combined them. You can still use Edit to create .bas files.
Just add water, it makes it’s own sauce!
-
-
- Damn you’re good - I downloaded it but couldn’t figure out how to call it from the command line - one other question: where can I put qb4.5 and vis.b.3, that they’ll work and not interfere with anything else? Can I just put them in the c:/ and call them from DOS? I once put a C compiler on my computer and from then on my computer ran like a cat walks with tape stuck on its feet. - MC
-
I’d suggest you make a subdirectory for them and call them from DOS, or place Edit and those two files in the same sub dir.
Just add water, it makes it’s own sauce!
-
-
- Or maybe not. Forget the other two.
-
-
-
- Edit and qbasic aren’t the same thing; edit doesn’t have the immedtate window or the same menu items. In the msdos window, edit can be called from root or windows directory - qbasic (named “qb” can only be called from c:\progra~1 directory. - This is WIN98, not 95, where it’s in the root directory and named “qbasic”.(I think, , ,)
-
- But now I accidentally moved the aoatapi.sys file from the dosdrvrs folder and don’t know where it goes. Could somebody go Exploring and see where it goes?
- Does Fisher-Price make computers? - MC
-
-
- I’m gettin’ better! Now I can usually figure out what I screwed up! (When I unzipped the qbasic, it unzipped into the same folder as aoatapi.sys, I’m fairly sure-) - MC
-
Is it possible to run a .bas program on a web page?
I know they’re not the same thing. As I said Edit used the Qbasic engine, now they are incorporated. Edit can be used to write qbasic apps, but you’ll have the edit shell.
Just add water, it makes it’s own sauce!