 |
|
24-10-2004, 01:15 PM
|
#1 (permalink)
|
|
Right Off the Assembly Line
Join Date: Sep 2004
Posts: 9
|
HELP! 16 Bit Windows Subsystem
16 bit windows Subsystem
C:\WINDOWS\SYSTEM32\AUTOEXEC.NT. The system file is not suitable for running MS-DOS and Microsoft Windows applications. Choose "Close"to terminate the program
this is the error message i get when i try to install
a software. there was no problem earlier in installing the same.
my system config is winxp pro sp2.
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
24-10-2004, 01:29 PM
|
#2 (permalink)
|
|
Right Off the Assembly Line
Join Date: Oct 2004
Posts: 48
|
Windows xp sp2 dont support 16 bit apps..
This prob is with me also
Old famous games like prince , wolf no more runs in sp2...
So the only thing left is to get newer version of the software..
:roll: :roll: :roll:
|
|
|
24-10-2004, 05:07 PM
|
#3 (permalink)
|
|
Right Off the Assembly Line
Join Date: Sep 2004
Posts: 9
|
thats the problem, these softwares dont come cheap!!
perhaps, i should dual boot!!!
|
|
|
25-10-2004, 01:09 AM
|
#4 (permalink)
|
|
Coming back to life ..
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,997
|
Code:
@echo off
REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless a
REM different startup file is specified in an application's PIF.
REM Install CD ROM extensions
lh %SystemRoot%\system32\mscdexnt.exe
REM Install network redirector (load before dosx.exe)
lh %SystemRoot%\system32\redir
REM Install DPMI support
lh %SystemRoot%\system32\dosx
REM The following line enables Sound Blaster 2.0 support on NTVDM.
REM The command for setting the BLASTER environment is as follows:
REM SET BLASTER=A220 I5 D1 P330
REM where:
REM A specifies the sound blaster's base I/O port
REM I specifies the interrupt request line
REM D specifies the 8-bit DMA channel
REM P specifies the MPU-401 base I/O port
REM T specifies the type of sound blaster card
REM 1 - Sound Blaster 1.5
REM 2 - Sound Blaster Pro I
REM 3 - Sound Blaster 2.0
REM 4 - Sound Blaster Pro II
REM 6 - SOund Blaster 16/AWE 32/32/64
REM
REM The default value is A220 I5 D1 T3 and P330. If any of the switches is
REM left unspecified, the default value will be used. (NOTE, since all the
REM ports are virtualized, the information provided here does not have to
REM match the real hardware setting.) NTVDM supports Sound Blaster 2.0 only.
REM The T switch must be set to 3, if specified.
SET BLASTER=A220 I5 D1 P330 T3
REM To disable the sound blaster 2.0 support on NTVDM, specify an invalid
REM SB base I/O port address. For example:
REM SET BLASTER=A0
Copy the text above and paste into a text file .. Now rename it as Autoexec.nt .. And place the file to your System32 folder...
You may also need to replace Config.nt file .. See if only changing this file work or I will post the Config.nt file here too ..
__________________
Sleight of hand and twist of fate...
On a bed of nails she makes me wait...
And I wait without you ...
With or without you ..
----
Batty = Too Busy Now !!!
|
|
|
25-10-2004, 09:15 AM
|
#5 (permalink)
|
|
Right Off the Assembly Line
Join Date: Sep 2004
Posts: 9
|
hey, actually my autoexec.nt and config.nt files were missing from the system32 folder. found it in the repair folder, copied it and now everythings working fine!!
|
|
|
25-10-2004, 10:24 AM
|
#6 (permalink)
|
|
Bewitched!
Join Date: Feb 2004
Location: chennai
Posts: 468
|
then why dont u do that before posting?????????????
__________________
Keep your friends close and enemy CLOSER!!!
Ragnarok Online: One World, One Million Possibilities.. :)
|
|
|
25-10-2004, 08:59 PM
|
#7 (permalink)
|
|
Right Off the Assembly Line
Join Date: Sep 2004
Posts: 9
|
hey, but thats not the idea right!
this forum's to share ideas, and it should be okay if i should find the solution from elsewhere or from a bit of hard work after my posting!!
take it easy man!
|
|
|
05-04-2005, 07:50 PM
|
#8 (permalink)
|
|
Right Off the Assembly Line
Join Date: Apr 2005
Location: HELL
Posts: 12
|
HELP. I've also encountered the same problem. I also copied the Files from Repair folder of Windows... but now after I run an executable (.exe) file ... then MS-DOS appears with the message that the file is too big to be started Plz help
__________________
Your mouse has moved ... Windows needs to reboot for the changes to take effect :)
|
|
|
05-04-2005, 09:02 PM
|
#9 (permalink)
|
|
Another Brick in the Wall
Join Date: Jul 2004
Location: Dubai/Chennai
Posts: 3,027
|
What again the same topic? here is another thread and i replied here as well..
http://www.thinkdigit.com/forum/viewtopic.php?t=17668
I am posting what i posted there....
First soln:
Try reinstalling the ms dos thing.
Goto start>run .In the open box type: "cmd".
at the comand promt, type in the follwing commands and press enter after each command:
expand CD-ROM drive letter:\i386\config.nt_C:\windows\system32\config. nt
expand CD-ROM drive letter:\i386\autoexec.nt_C:\windows\system32\autoe xec.nt
expand CD-ROM drive letter:\i386\command.com_C:\windows\system32\comma nd.com
Exit
Now try reinstalling.
Second soln:
If the above doesn't work...
In notepda type in:
dos=high,umb
device=%SYSTEMROOT%\system32\himen.sys
files=40
save the above with name "config.nt".
now again open a blank document and type the following entries:
@echo off
1h %SYSTEMROOT%\system32\mscdexnt.exe
1h %SYSTEMROOT%\system32\redir
1h %SYSTEMROOT%\system32\dosx
SET BLASTER=A220 I5 D1 P330 T3
save the file as "autoexec.nt".
Now locate the "config.nt" file and copy it to the %SYSTEMROOT%\system32 folder.
Do the same with autoexec.nt and command.com and restart...
Do the following and say if it works and i can try the same..
__________________
I Love Photography. I Love Aperture. I Love Mac.
|
|
|
05-04-2005, 10:28 PM
|
#10 (permalink)
|
|
Right Off the Assembly Line
Join Date: Apr 2005
Location: HELL
Posts: 12
|
After doing the expand thing I get a message that followin is not a directory :-letter:\i386\config.nt
And I tried the notepad thing . after that whenever I run an executable file , I get a message "Program too big to fit in memory" Plz help
__________________
Your mouse has moved ... Windows needs to reboot for the changes to take effect :)
|
|
|
05-04-2005, 11:51 PM
|
#11 (permalink)
|
|
Another Brick in the Wall
Join Date: Jul 2004
Location: Dubai/Chennai
Posts: 3,027
|
^^ Did u try the second soln? Well it worked fine when i did the expand thing itself.
__________________
I Love Photography. I Love Aperture. I Love Mac.
|
|
|
05-04-2005, 11:53 PM
|
#12 (permalink)
|
|
Coming back to life ..
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,997
|
Do what I have suggested above ..
@ Grudge ..This is quite old thread ..
__________________
Sleight of hand and twist of fate...
On a bed of nails she makes me wait...
And I wait without you ...
With or without you ..
----
Batty = Too Busy Now !!!
|
|
|
06-04-2005, 03:09 AM
|
#13 (permalink)
|
|
In The Zone
Join Date: Feb 2004
Location: Pearl City, Hyderabad.
Posts: 346
|
Dude search b4 posting. Its quite old issue and has been repeated quite a few times.
Try downloading the the fiz from:
http://www.visualtour.com/downloads/xp_fix.exe
PS: DO NOT restart the computer before reinstalling the software.
thatz it.
__________________
RajŪ Anyone else is not me...!!!
|
|
|
21-07-2005, 09:50 PM
|
#14 (permalink)
|
|
In The Zone
Join Date: Jul 2005
Location: KOLKATA
Posts: 267
|
You can download and install the following softwares which are dos emulators on windows platform.
DOSBox0.63-win32 installer
and then install
D-Fend2.0.62.42
Use the google search to find these two programs.They are actually 8086 simulators on windows and the dos games run fine on them.Both of them should be installed.These softwares are free.
__________________
Desktop: P-IV 2.4GHz, 512MB DDR, 865GBF Mother Board,
G-Force 5200FX, 17" Samsung flat, WinXp with SP2,
Kaspersky Internet Security 2009.
Laptop:LENOVO 3000 C100 D7 lappy with 2GB DDR2.
|
|
|
22-07-2005, 04:44 PM
|
#15 (permalink)
|
|
Right Off the Assembly Line
Join Date: Jul 2005
Posts: 9
|
If I want to run Tally 4.5 Accounting software on the above DOS Emulators in Windows XP what should the configurations be?
Thanks bukaida.
|
|
|
26-07-2005, 09:56 PM
|
#16 (permalink)
|
|
In The Zone
Join Date: Jul 2005
Location: KOLKATA
Posts: 267
|
If you can run xp
If winXP is running fine on your pc , you donot need to have anything more.
You must be wanting to run the dos version of Tally? Then follow the procedure as stated earlier and it will run perfectly.
|
|
|
08-09-2005, 05:16 PM
|
#17 (permalink)
|
|
Broken In
Join Date: Jun 2005
Location: Beyond the Horizon
Posts: 168
|
Recently I had a problem uninstalling avast...thats fixed now ...but whenever I try playing dos games the following message is displayed.
I hv used a reg cleaner too.
|
|
|
08-09-2005, 10:58 PM
|
#18 (permalink)
|
|
Coming back to life ..
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,997
|
See the solution above
__________________
Sleight of hand and twist of fate...
On a bed of nails she makes me wait...
And I wait without you ...
With or without you ..
----
Batty = Too Busy Now !!!
|
|
|
10-09-2005, 12:31 PM
|
#19 (permalink)
|
|
Broken In
Join Date: Jun 2005
Location: Beyond the Horizon
Posts: 168
|
how is this concerned with autoexec.nt....this file is not corrupt in my comp
|
|
|
15-09-2005, 08:34 PM
|
#20 (permalink)
|
|
In The Zone
Join Date: Feb 2004
Location: Pearl City, Hyderabad.
Posts: 346
|
even though the file appears to be not corrupted, try the solution above and u'll be able to play the Dave.
__________________
RajŪ Anyone else is not me...!!!
|
|
|
16-09-2005, 12:57 PM
|
#21 (permalink)
|
|
Broken In
Join Date: Jun 2005
Location: Beyond the Horizon
Posts: 168
|
Guys ...I am still getting the same error message...
Plz help
|
|
|
16-09-2005, 01:32 PM
|
#22 (permalink)
|
|
In The Zone
Join Date: Feb 2004
Location: Pearl City, Hyderabad.
Posts: 346
|
dude..wat did u try..??
kindly post tat and I'll solve the problem.
Try these solutions:
1) try copying the file autoexec.nt from
c:\windows\repair to c:\windows\system32
2) Try downloading the xp_fix.exe (140 KB) file
www.visualtour.com/downloads/default.asp
NOTE: DO NOT restart the computer after any of these steps. try to play or install the game and u'll be able to play.
Kindly post the result. will help for others too.
__________________
RajŪ Anyone else is not me...!!!
|
|
|
16-09-2005, 08:50 PM
|
#23 (permalink)
|
|
Broken In
Join Date: Jun 2005
Location: Beyond the Horizon
Posts: 168
|
Mate i copied the files from repair folder and pasted them sys 32 folder...but the same error..
moroever i didn't restart the comp after any of these steps...
|
|
|
17-09-2005, 06:37 PM
|
#24 (permalink)
|
|
In The Zone
Join Date: Feb 2004
Location: Pearl City, Hyderabad.
Posts: 346
|
then u mite have tried downloadin the xp_fix.exe,
might help.
__________________
RajŪ Anyone else is not me...!!!
|
|
|
21-09-2005, 12:43 PM
|
#25 (permalink)
|
|
Broken In
Join Date: Jun 2005
Location: Beyond the Horizon
Posts: 168
|
mate..i d/l ed the file u r talking 'bout but still i am getting the same error...
plz help
|
|
|
08-10-2005, 06:11 AM
|
#26 (permalink)
|
|
Broken In
Join Date: Jun 2005
Location: Beyond the Horizon
Posts: 168
|
CAN NOBODY PROVIDE ANY SOLN.....??
I AM STILL WAITING...
|
|
|
26-10-2005, 07:03 AM
|
#27 (permalink)
|
|
Right Off the Assembly Line
Join Date: Oct 2005
Posts: 10
|
By the way am now playing these old dos games using the dosbox !! works 100%
Thanks for that
xpfix exe has not helped!!
when someone helps me find my system32 directory will try the others!!!!
thanks in advance guys
aag
|
|
|
13-12-2005, 01:22 PM
|
#28 (permalink)
|
|
In The Zone
Join Date: Jul 2005
Location: Hyderabad
Posts: 231
|
16 bit Windows Subsystem error occurs after installing SP2 so all u have to do is downlaod the autoexec.nt and config.nt file from the Net(search google) and put it in the system 32 folder that all this should solve the problem
__________________
fighting for peace is like ****ing for virginity
|
|
|
29-04-2006, 01:02 AM
|
#29 (permalink)
|
|
SABER RIDER
Join Date: Dec 2004
Location: Atlanta, GA, USA
Posts: 346
|
Re: HELP! 16 Bit Windows Subsystem
yeah..........the solution for this was given in an old issue of digit too.....n it was a QUESTION OF THE MONTH...........
u can change the lines in these 2 files as mentioned in digit or else just download the fixed ones from somewhere....
__________________
Find out Which is The Best Video Codec?....And how to encode video the right way..!!----->>>>> http://www.thinkdigit.com/forum/showthread.php?t=3908
|
|
|
17-06-2006, 04:41 PM
|
#30 (permalink)
|
|
Right Off the Assembly Line
Join Date: Jun 2006
Posts: 2
|
Re: HELP! 16 Bit Windows Subsystem
Quote:
|
Originally Posted by pikathoidingjam
16 bit windows Subsystem
C:\WINDOWS\SYSTEM32\AUTOEXEC.NT. The system file is not suitable for running MS-DOS and Microsoft Windows applications. Choose "Close"to terminate the program
this is the error message i get when i try to install
a software. there was no problem earlier in installing the same.
my system config is winxp pro sp2.
|
this is where i got stuck some time back,
:-just check your repair folder in your windows directory, you will find the file autoexec.nt in it, just copy it to your system32 folder and your problem should be solved.
ankit
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|