tc, Yes this is the stuff i have to look at. A small note is that
the article calls what i call a boot'able disk, an emergency boot tool,
and i'll KEEP your post and look at what they suggest it should include,
as i put on extra stuff to help me like an already made config.sys
and autoexec.bat with just the basics commands that allow me
to use certain DOS programs like the one i forget the name of that
allows you to edit the command line at the DOS prompt.
What i now use when i use AOL is the following that i removed
certain lines not relevant to this discussion.
But again yes, this is the current stuff i need to know to get
running that DOS browser, and those switches i have to try
the combinations, the ram and noems i think it one or the other,
but not both eventhought the article has both on the command line.
DEVICE=EMM386.EXE RAM NOEMS
config.sys
===================================
DEVICE=C:\EXE\HIMEM.SYS
DEVICE=C:\EXE\EMM386.EXE NOEMS
DOS=HIGH,UMB
LASTDRIVE=F
DEVICEHIGH=C:\EXE\RAMDRIVE.SYS 7500 /E
FILES=55
BUFFERS=25
STACKS=9,256
SHELL=C:\COMMAND.COM /e:1024 /p
BREAK=ON
autoexec.bat
=============================================
@echo OFF
mkdir F:\TMP
mkdir F:\TEMP
SET DIRCMD=/ONE
SET TMP=F:\TMP
SET TEMP=F:\TEMP
SET PATH=C:\MACS;C:\DOS;C:\EXE
LOADHIGH C:\DOS\DOSKEY.COM/BUFSIZE=20480
LOADHIGH C:\EXE\SMARTDRV.EXE 500 500
PROMPT $p$_$g