While attempting to load a game my 13 yr old searched, found and clicked a line pertaining to EMS memory. Now when booting the computer, win98 reverts to DOS and shows as follows
******************************************
** Win 98 MS-DOS Mode **
** Expanded Memory (EMS) Support **
** **
** Type EXIT to return to Windows **
******************************************
If I type EXIT the computer reboots and windows reverts to DOS again.
I have pondered the problem and started Win98 in safe mode. I run sysedit and find lots of info in my autoexec.bat All lines NOT preceded by REM are as follows
@ECHO OFF
SET TMP=C:\windows\TEMP
SET TEMP=C:\windows\TEMP
SET PROMPT=MS.DOS mode $p$g
SET WINBOOTDIR=C:\WINDOWS;C:\WINDOWS\COMMAND
SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND
then after a number of lines preceded by'REM' I find
CLS
ECHO***************************************
ECHO** Win 98 MS-DOS Mode **
ECHO** Expanded Memory (EMS) Support **
ECHO** **
ECHO** Type EXIT to return to Windows **
ECHO***************************************
THEN AFTER A NUMBER OF LINES PRECEDED BY REM (ONE OF WHICH SAYS THE FOLLOWING WAS ADDED BY WINDOWS AND NOT TO REMOVE) IT READS
C:
CD C:\WINDOWS
CALL C:\WINDOWS\COMMAND.COM
C:\WINDOWS\WIN.COM/WX
My intuition encourages me to type REM at the front of the
CALL C:\WINDOWS\COMMAND.COM line
Would this allow the computer to boot to windows? My intuition has dug me some pretty deep holes before
I haven't a clue what I'm doing ... really.
Is anyone there?
densch99