>Date: Tue, 23 Jan 2001 18:15:43 +0000 >From: "Samuel W. Heywood" <[EMAIL PROTECTED]> >Subject: Semi-real modem > >Hello: > >My son has a Pentium 133 with a semi-real modem. It works within >Windows 95, but it will not work within a "DOS box", nor will it >work in native DOS mode (attained by pressing F8 as soon as you >the message "Starting Windows 95"). > There's a better way to get to dos from win95 startup. Try the attached config.sys and autoexec.bat... The win95 startup screen will interrupt for a startup menu, allowing a choice for either dos or windows. On my mother's pc, I put it default to windows in 1 second,. The line that does this is in config.sys: menudefault=win,1 Bart >
@echo off mode con codepage prepare=((850) C:\WINDOWS\COMMAND\ega.cpi) mode con codepage select=850 goto %config% end :dos path=c:\batz;c:\windows\command;c:\arachne lh doskey lh c:\windows\mouse\mouse cls echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ echo + Deze modus is min of meer optimaal voor de meeste dos programma's. + echo + de CDrom en de Modem werken helaas niet. + echo + + echo + Om in windows verder te werken: + echo + druk ctrl+alt+del om de computer te herstarten. + echo + [EMAIL PROTECTED] + echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ prompt $d $t$_$p$g lh %comspec% :win :end
[menu] menuitem=dos menuitem=win menudefault=win,1 [dos] device=c:\windows\himem.sys device=c:\windows\emm386.exe noems files=50 buffers=50 dos=high,umb [common] DEVICEHIGH=C:\WINDOWS\COMMAND\DRVSPACE.SYS /MOVE device=C:\WINDOWS\COMMAND\display.sys con=(ega,,1) Country=031,850,C:\WINDOWS\COMMAND\country.sys [win]
