•
•
•
•
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
![]() |
•
•
Join Date: Sep 2004
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
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.
•
•
Join Date: Nov 2004
Posts: 12
Reputation:
Rep Power: 4
Solved Threads: 1
Here you can find one (actually a number of different versions):
http://www.qbcafe.net/english/index.....html~qbc_main
http://www.qbcafe.net/english/index.....html~qbc_main
•
•
Join Date: Feb 2005
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
undefined
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.
•
•
•
•
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.
•
•
Join Date: Feb 2005
Posts: 15
Reputation:
Rep Power: 4
Solved Threads: 0
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
http://www.winxpdos.tk/
Download DosWINXP - Fix
•
•
Join Date: Aug 2007
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
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
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
•
•
Join Date: Sep 2007
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
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.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Legacy and Other Languages Marketplace
Similar Threads
- Quick Basic On Windows XP (Legacy and Other Languages)
- Importing Text into Quick Basic 4.5 (Legacy and Other Languages)
Other Threads in the Legacy and Other Languages Forum
- Previous Thread: Smalltalk
- Next Thread: Declaration statements in SmallTalk


Linear Mode