User Name Password Register
DaniWeb IT Discussion Community
All
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 391,581 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 2,675 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:
Views: 25193 | Replies: 8
Reply
Join Date: Sep 2004
Posts: 1
Reputation: parnell6622 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
parnell6622 parnell6622 is offline Offline
Newbie Poster

quick Basic on xp

  #1  
Sep 27th, 2004
How do i get quick basic on windows xp? Thanks
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Sep 2004
Posts: 3
Reputation: sgtfubar is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
sgtfubar sgtfubar is offline Offline
Newbie Poster

Re: quick Basic on xp

  #2  
Sep 30th, 2004
Originally Posted by parnell6622
How do i get quick basic on windows xp? Thanks

I use XP Pro and have had no problem running QBasic. Most people's problem stems from where they put the \QBASIC directory. It should be as follows:

C:\QBASIC\

You may or may not have to go into QBasic, and change the file paths [depending on which version you're using].

I have QBasic v1.0, and all I did was copy it from another computer, and stick it right back into the same root directory, and it worked.
Reply With Quote  
Join Date: Oct 2004
Posts: 3
Reputation: pAiNtBaLlEr06 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
pAiNtBaLlEr06 pAiNtBaLlEr06 is offline Offline
Newbie Poster

Re: quick Basic on xp

  #3  
Oct 20th, 2004
Originally Posted by parnell6622
How do i get quick basic on windows xp? Thanks

Do a search on a search engine and you'll most likely find a place to download a QBASIC compiler.
Reply With Quote  
Join Date: Nov 2004
Posts: 12
Reputation: khkwa is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 1
khkwa khkwa is offline Offline
Newbie Poster

Re: quick Basic on xp

  #4  
Nov 28th, 2004
Here you can find one (actually a number of different versions):

http://www.qbcafe.net/english/index.....html~qbc_main
Reply With Quote  
Join Date: Jan 2005
Posts: 1
Reputation: patrix is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
patrix patrix is offline Offline
Newbie Poster

Re: quick Basic on xp

  #5  
Jan 31st, 2005
i cannot run qbasic bcoz it says c:windows/system32/autoexec.nt is not a suitable file for running ms dos. it is so annoying :mad: help would be apreciated.
Reply With Quote  
Join Date: Feb 2005
Posts: 1
Reputation: jnash is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
jnash jnash is offline Offline
Newbie Poster

Re: quick Basic on xp

  #6  
Feb 23rd, 2005
undefined
Originally Posted by patrix
i cannot run qbasic bcoz it says c:windows/system32/autoexec.nt is not a suitable file for running ms dos. it is so annoying :mad: help would be apreciated.

I read an article online the other day concerning the autoexec.nt file. I think it was on PC Mag or Extreme Tech, I forget. Anyway, it may help in your situation:

I am an amateur radio operator and a member of the Navy-Marine Corps Military Affiliate Radio System. I use PC Packratt for Windows with my PK-232, which is a modem that converts all of those strange noises that you hear on shortwave radio into text that is displayed on the monitor. Soon after I upgraded Microsoft Windows XP with Service Pack 2, a message concerning Autoexec.nt and referring to DOS-based applications appeared, and now I can't run this program. The company that used to support PC Packratt is no longer in business. I have tried to get this program to run in Windows 95 compatibility mode, but that doesn't work either. Can you help?

Bob Pratt


I encountered the exact same problem when my kids tried to run an antique DOS-based game (ID Software's Commander Keen). Not long after the SP2 update, the game stopped working, complaining that the Autoexec.nt file "is not suitable." A quick look at the C:\Windows \System32 folder revealed that the Autoexec.nt file had totally disappeared. The contents of the file don't necessarily matter, but if it's missing, you'll get a problem. Fortunately, it's easy to replace.

Launch Notepad, enter "@ECHO OFF" (no quotes), press Enter at the end of the line, and save the file as C:\Windows\System32\ Autoexec.nt. When saving, put the filename in quotes; otherwise Notepad may give it the filename Autoexec.nt.txt. Now try the program. If it still doesn't work, reopen the Autoexec.nt file and add the following lines:

lh %SystemRoot%\system32\mscdexnt.exe

lh %SystemRoot%\system32\redir

lh %SystemRoot%\system32\dosx

SET BLASTER=A220 I5 D1 P330 T3

That should do the job.
Reply With Quote  
Join Date: Feb 2005
Posts: 15
Reputation: divminds is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
divminds divminds is offline Offline
Newbie Poster

Re: quick Basic on xp

  #7  
Apr 12th, 2005
Here I have made a simple program that installs an autoexec.nt file to your system32 folder it will allow any DOS program to work on Windows XP as far as I know. Here is the Link :cheesy:

http://www.winxpdos.tk/

Download DosWINXP - Fix
Reply With Quote  
Join Date: Aug 2007
Posts: 1
Reputation: PSRumbaugh is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
PSRumbaugh PSRumbaugh is offline Offline
Newbie Poster

Re: quick Basic on xp

  #8  
Aug 26th, 2007
I have a Quatech SPP-100 PCMCIA to parallel port (IEEE-1284) card that I am trying to access with Quick Basic V4.5 running in the DOS Emulation window (DOS command) of Windows XP. The I/O range of the PCMCIA - parallel card is @H0400 - @H0407 and there is no IRQ assigned. None of the cards data output lines (D7 - D0) change state when I run my Quick Basic port exercising program. The card is functional as I can print from MSWord to my HP-932C DeskJet printer through it's parallel (IEEE-1284) port. The manufacturer, Quatech, says that I should NOT have to install the DOS drivers for the SPP-100 if I am running in the DOS window of Windows XP. Note, the exercising program works well in the DOS Prompt window on my HP Pavilion 6465
Desktop running Windows 98 FE.

What are some reasons why I am not getting any results with this test setup under Windows XP home edition? A friend told me QB won't access external hardware in Win XP because something called the API won't allow it. Is this true and what is the API? Is there any way to get arround this?

Paul Rumbaugh
Reply With Quote  
Join Date: Sep 2007
Posts: 2
Reputation: bregalad is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
bregalad bregalad is offline Offline
Newbie Poster

Re: quick Basic on xp

  #9  
Sep 4th, 2007
Originally Posted by patrix View Post
i cannot run qbasic bcoz it says c:windows/system32/autoexec.nt is not a suitable file for running ms dos. it is so annoying :mad: help would be apreciated.


if it doesn't have a path and temp variable set you might add those.

you may also have to make a config.nt file and put it in the same directory.
Last edited by bregalad : Sep 4th, 2007 at 2:37 am.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb Legacy and Other Languages Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the Legacy and Other Languages Forum

All times are GMT -4. The time now is 10:50 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC