First post, by guitarbloke
I've just acquired a Win98 (not SE) PC. Trying to run a few DOS games on it but I'm having issues after editing the autoexec.bat and config.sys.
I press F8 during the boot sequence and choose Command Prompt Only and the system just hangs there. I don't get the command prompt, just a flashing line
The autoexec looks like this:
set prompt=$p$g
set path=c:\windows
set blaster=A220 I5 D1 H5 P330
c:\cdrom\mscdex.exe /E:MSCD001 - (I've ensured that the mscdex.exe file is in the c:\cdrom directory)
The config.sys looks like this since I REM'd out a few lines trying to isolate the problem:
REM device=c:\windows\himem.sys
REM DOS=high,umb
REM device=c:\windows\EMM386.exe noems
device=c:\cdrom\oakcdrom.sys /e:MSC001 (oakcdrom.sys is a generic cdrom driver that works with most drives)
Any ideas where I've gone wrong? 🙁