Getting Windows 95 / 98 to boot to MS-DOS.
Issue:
Getting Windows 95 / 98 to boot to MS-DOS.
Cause:By default, Windows 95 and 98 will automatically load into Windows when installed.
Solution:
Remember that when dealing with any system files, be cautious of what is changed. If the files are changed inappropriately the system may not boot.
Click Start / Shutdown / Shutdown the computer in MS-DOS mode.
Type
cd\ to get to the C:\> prompt.
Type
attrib msdos.sys -r -a -s -h
Type
edit msdos.sys
Locate the line BOOTGUI=1 and change the line to BOOTGUI=0
Save the file and reboot your computer.
http://www.xmission.com/~comphope/issues/ch000132.htm
System Configuration Editor Tool
To modify the Autoexec.bat and Config.sys files in Windows 95 and Windows 98:
1.Click
Start, click
Run, type
sysedit in the
Open box, and then click
OK.
2.On the
Window menu, click either
C:\AUTOEXEC.BAT or
C:\CONFIG.SYS, depending on the file that you want to modify.
3.After you make the changes to the file, click
Save on the
File menu, and then click
Exit on the
File menu.
4.You must restart your computer before the changes to the Autoexec.bat or Config.sys files take effect.
MS-DOS Mode
To modify the Autoexec.bat and Config.sys files in MS-DOS mode:
1.At the MS-DOS prompt, type edit autoexec.bat or edit config.sys depending on which file that you want to modify.
2.After you make the changes you want, press ALT+F and then X. When you are prompted to save the changes press Y or ENTER.
3.You must restart your computer before the changes to the Autoexec.bat or Config.sys files can take effect.
http://support.microsoft.com/kb/232558/EN-US/