Go Back   PCMech Forums > Windows Support > Windows Legacy Support (XP and earlier)

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 07-29-2007, 03:15 PM   #1
JCB
Member (9 bit)
 
JCB's Avatar
 
Join Date: Mar 2000
Location: Grayson, GA
Posts: 335
Win 98 comp boots to C:/windows>

I am working on my buddy's comp that is running WIN98 and it boots to a DOS prompt that says C:/WINDOWS>. I tried to reinstall windows but I still get the same thing. Any idea what I need to do to get it running again? If he had come to me with this problem 5-6 years ago I would probably remember what to do!
JCB is offline   Reply With Quote
Old 07-29-2007, 10:27 PM   #2
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
Join Date: May 2000
Location: Joplin MO
Posts: 37,791
If you type WIN does it go into the GUI?

Check msdos.sys to make sure it's not defaulting to "command prompt only".

http://support.microsoft.com/kb/118579
glc is offline   Reply With Quote
Old 08-04-2007, 02:58 PM   #3
JCB
Member (9 bit)
 
JCB's Avatar
 
Join Date: Mar 2000
Location: Grayson, GA
Posts: 335
Quote:
Originally Posted by glc
If you type WIN does it go into the GUI?

Check msdos.sys to make sure it's not defaulting to "command prompt only".

http://support.microsoft.com/kb/118579
If I type in "win" at the command prompt it says "You are currently running in MS-DOS mode. Do you want to return to normal mode, to run windows applications again [Enter=Y, Esc=N]?

I type Y and it reboots, goes back to the win 98 splash screen then boots to the command prompt.
I have looked at the msdos.sys file and bootgui is set to 1. I took it to 0 for the heck of it and it boots to the command prompt regardless of whether it is set to 0 or 1....
JCB is offline   Reply With Quote
Old 08-04-2007, 06:12 PM   #4
Member (11 bit)
 
sgtspector's Avatar
 
Join Date: Aug 2005
Location: Mt. Hope, NY
Posts: 1,213
Send a message via AIM to sgtspector
Have you tried hitting "F8" after the bios screen goes off?
__________________
Asus P5ND2-SLi-Deluxe Mobo, Intel 3.0ghz P4 w/ht, 2 GB CORSAIR 667 DDR2, 1 GB Ultra DDR2 533 mhz PC4200 ram, BFGTech Nvidia 6600 GT OC SLi video card, WD 4000KS OEM SATA II HDD, Seagate 320gb SATA II HDD 7200rpm, WD 320 gb SATA II HDD, Creative Soundblaster Audigy Platinum, Sony DRU 720 DVD-RW, LG GCE8240B CD-RW, Maddog Multimedia 500w modular PSU & WinXP Pro SP2, Samsung BF960 19" LCD.
sgtspector is offline   Reply With Quote
Old 08-04-2007, 07:59 PM   #5
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
Join Date: May 2000
Location: Joplin MO
Posts: 37,791
At the C:\windows> prompt, type the following:

cd\ (enter)
edit autoexec.bat (enter)

Write down everything in there and post it, please. I suspect there may be a line that says:

dos=single

If so, delete that line.
glc is offline   Reply With Quote
Old 08-04-2007, 08:14 PM   #6
JCB
Member (9 bit)
 
JCB's Avatar
 
Join Date: Mar 2000
Location: Grayson, GA
Posts: 335
Quote:
Originally Posted by glc
At the C:\windows> prompt, type the following:

cd\ (enter)
edit autoexec.bat (enter)

Write down everything in there and post it, please. I suspect there may be a line that says:

dos=single

If so, delete that line.
Autoexec.bat file consists of the following:

@ECHO OFF
SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\
lh C:\WINDOWS\COMMAND/MSCDEX.EXE /D:IBMCD001 /l:g /M:8
MOUSE.COM
C:\WINDOWS\CWDINIT.EXE /0
SET BLASTER=A220 I5 D1 T4
C:\WINDOWS\CWDMIX.EXE /M=15 /L=15 /C=15 /W=15 /F=15
LH C:\WINDOWS\COMMAND\DOSKEY
REM
REM The following lines have been created by windows. Do not modify them.
REM
C:
CD C:\WINDOWS
CALL C:\WINDOWS\COMMAND.COM

WHEW!!!
That was a lot of typing. It's times like these that I forget how much we depend on copy and paste!

Anywho, I dont see the dos line that you mentioned GLC.

P.S. This comp is and IBM Aptiva. Not sure if that helps any.
JCB is offline   Reply With Quote
Old 08-04-2007, 08:25 PM   #7
Member (11 bit)
 
sgtspector's Avatar
 
Join Date: Aug 2005
Location: Mt. Hope, NY
Posts: 1,213
Send a message via AIM to sgtspector
I am not sure but I don't think that last line belongs there. Save the file as autoexec.??? or whatever and edit the file and type win in place of it. You can always go back to your original if that is not the problem.

Last edited by sgtspector; 08-04-2007 at 08:27 PM.
sgtspector is offline   Reply With Quote
Old 08-05-2007, 12:09 AM   #8
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
Join Date: May 2000
Location: Joplin MO
Posts: 37,791
Just rename autoexec.bat to autoexec.old and start it up with no autoexec.bat. You do not need it.
glc is offline   Reply With Quote
Old 08-05-2007, 12:52 AM   #9
Professional Cow Tipper
 
juppy's Avatar
 
Join Date: Jan 2002
Location: Enid, OK, U.S.A.
Posts: 2,859
Quote:
Originally Posted by glc
At the C:\windows> prompt, type the following:

cd\ (enter)
edit autoexec.bat (enter)

Write down everything in there and post it, please. I suspect there may be a line that says:

dos=single

If so, delete that line.
It's been awhile since I messed with DOS, but I thought that "dos=single" line was usually in the config.sys file, not the autoexec.bat.
__________________
Excellent guess, Kreskin! Wrong...but excellent.
*quote from Space Quest 6*
juppy is offline   Reply With Quote
Old 08-05-2007, 04:55 AM   #10
JCB
Member (9 bit)
 
JCB's Avatar
 
Join Date: Mar 2000
Location: Grayson, GA
Posts: 335
Quote:
Originally Posted by glc
Just rename autoexec.bat to autoexec.old and start it up with no autoexec.bat. You do not need it.
OK, did that but it is still giving me the "You are currently running in MS-DOS mode. Do you want to return to normal mode, to run windows applications again [Enter=Y, Esc=N]?

I type yeah and it loops back to the splash screen and back to above message.....UGH!!!!
JCB is offline   Reply With Quote
Old 08-05-2007, 05:42 AM   #11
Member (14 bit)
Premium Member
 
TwoRails's Avatar
 
Join Date: Jan 2002
Location: The Great NorthWest
Posts: 12,594
Quote:
Originally Posted by JCB
Autoexec.bat file consists of the following:

@ECHO OFF
SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\
lh C:\WINDOWS\COMMAND/MSCDEX.EXE /D:IBMCD001 /l:g /M:8
MOUSE.COM
C:\WINDOWS\CWDINIT.EXE /0
SET BLASTER=A220 I5 D1 T4
C:\WINDOWS\CWDMIX.EXE /M=15 /L=15 /C=15 /W=15 /F=15
LH C:\WINDOWS\COMMAND\DOSKEY
REM
REM The following lines have been created by windows. Do not modify them.
REM
C:
CD C:\WINDOWS
CALL C:\WINDOWS\COMMAND.COM
....
Remove the "CALL' statement. Call "CALLs" another program to run and won't "return" until the program is finished. Since your returning back to Windows, you're in a loop.

Since this is a Win 98 box, you will need the other statements (SET BLASTER, etc) for thing to work right. -- Is the system using on-board sound??
TwoRails is offline   Reply With Quote
Old 08-05-2007, 06:24 AM   #12
JCB
Member (9 bit)
 
JCB's Avatar
 
Join Date: Mar 2000
Location: Grayson, GA
Posts: 335
Quote:
Originally Posted by TwoRails
Remove the "CALL' statement. Call "CALLs" another program to run and won't "return" until the program is finished. Since your returning back to Windows, you're in a loop.

Since this is a Win 98 box, you will need the other statements (SET BLASTER, etc) for thing to work right. -- Is the system using on-board sound??
I restored autoexec to load once again and deleted the CALL line but.....it is still giving me the "You are currently running in MS-DOS mode. Do you want to return to normal mode, to run windows applications again [Enter=Y, Esc=N]?

Yes, it has on-board sound. I just found the specs if that helps.

IMB Aptiva E2N
Features. The Aptiva E2N is a $799 system ($1098 with monitor), packed with a 266MHz AMD K6-2 processor with 3D Now! Technology. The unit sports 512KB L2 cache, a 4GB hard drive, and 32MB RAM, which is upgradeable to 256MB. Ready to support all of your multimedia requirements, the E2N has a 56K V.90 compatible modem, 32X CD-ROM drive, an ATI Rage Pro chip with Direct 3D, and AGP support accompanied by 2MB SGRAM video memory.
JCB is offline   Reply With Quote
Old 08-05-2007, 09:34 AM   #13
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
Join Date: May 2000
Location: Joplin MO
Posts: 37,791
Okay, now let's see your config.sys.

TR, Win98 does NOT need an autoexec.bat as long as the OS has 32 bit drivers for all devices.
glc is offline   Reply With Quote
Old 08-05-2007, 09:44 AM   #14
Member (14 bit)
Premium Member
 
TwoRails's Avatar
 
Join Date: Jan 2002
Location: The Great NorthWest
Posts: 12,594
I think we are looking at the "need" of the Autoexec file from different angles, glc. Just Windows does not need it but there are many programs that use the PATH statement to load and run: without their specific line, they either won't run or run correctly. You can not use the memory benefit of LH, either, not neat little "tricks" like DOSKEY.
TwoRails is offline   Reply With Quote
Old 08-05-2007, 11:06 AM   #15
JCB
Member (9 bit)
 
JCB's Avatar
 
Join Date: Mar 2000
Location: Grayson, GA
Posts: 335
Quote:
Originally Posted by glc
Okay, now let's see your config.sys.

TR, Win98 does NOT need an autoexec.bat as long as the OS has 32 bit drivers for all devices.
The config.sys had the dos=single line in it.
I deleted that and it is booting up into windows now.
Thanks for all the help guys, I really appreciate it!
JCB is offline   Reply With Quote
Old 08-05-2007, 12:22 PM   #16
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
Join Date: May 2000
Location: Joplin MO
Posts: 37,791
TR, you have valid points, but for troubleshooting down to the basics you don't need it.

Good call, Juppy - I knew it was *somewhere* - .........
glc is offline   Reply With Quote
Old 08-06-2007, 12:16 AM   #17
Professional Cow Tipper
 
juppy's Avatar
 
Join Date: Jan 2002
Location: Enid, OK, U.S.A.
Posts: 2,859
Heheh.....I'll still give you credit for this one, glc, because I hadn't even thought of that line until you mentioned it. But after reading your suggestion, I just thought "That's not where that's at, is it???"
juppy is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Win 98 or Win98Se fisher Windows Legacy Support (XP and earlier) 4 12-30-2003 10:20 PM
Win 98 files in XP dave1rr Windows Legacy Support (XP and earlier) 3 12-28-2003 11:19 AM
Win 98 Upgrade or Full Win98 Eddition elmo Windows Legacy Support (XP and earlier) 3 01-17-2003 10:03 PM
install win 98 shazam Software Discussion & Support 2 12-21-2002 04:28 PM
Removing win 98 from dualboot with 2000 Waks Windows Legacy Support (XP and earlier) 2 04-18-2002 10:15 PM


All times are GMT -5. The time now is 10:46 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2